0x4447_product_s3_email
0x4447_product_s3_email copied to clipboard
📫 A serverless email server on AWS using S3 and SES
# My Problem Ability to send attachments to the `email_out/json` messages # Solution the json for an outbound email could be arranged as such ``` { "to": "[email protected]" "from": "[email protected]"...
# Error Symptoms Emails in which one is CCed/BCCed get treated as 'Sent'. Emails in which 'To' contains other addresses before a recognised address gets treated as 'Sent' # Notes...
I updated the lambda node version to 14 and that part deploys successfully (Not sure if the code actually works or not on node14) then the next error i get...