0x4447_product_s3_email icon indicating copy to clipboard operation
0x4447_product_s3_email copied to clipboard

📫 A serverless email server on AWS using S3 and SES

Results 3 0x4447_product_s3_email issues
Sort by recently updated
recently updated
newest added

# 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]"...

enhancement

# 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...

bug

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...

bug