lambda-mailer icon indicating copy to clipboard operation
lambda-mailer copied to clipboard

:envelope: AWS Lambda for sending emails. Ready for deployment in 60 seocnds.

Results 4 lambda-mailer issues
Sort by recently updated
recently updated
newest added

Instead of using Nodemailer module and authenticating with SMPT credentials can we use SES and allow the IAM policy to allow `SendEmail`?

Hello, I'm invoking the function from another lambda. The function is triggered, but the email doesn't succeed: ``` 2017-04-25T00:06:57.273Z 13c6055f-294b-11e7-a972-e75138f1d5c4 TypeError: Path must be a string. Received undefined at assertPath...