dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
182 stars 26 forks source link

Hwo to send mail-log from webpage in S3 aws #99

Closed autoprog closed 3 years ago

autoprog commented 3 years ago

Hi, how to simple post send mail for my. I tested CLI send-mail ok

now need code javascript on my page.

thanks, Carlos.

nelsonic commented 3 years ago

Hi @autoprog, 👋 What exactly are you trying to do? Do you want to send an email from a static webpage hosted on S3?

autoprog commented 3 years ago

Hi, I have S3 website static, i need simple log send email to my mail. I read doc, not have simple system, need lambda etc... see: aws ses send-email --from suporte@autoprog.eng.br --to autoprog@hotmail.com --subject "teste de envio de email " --text " Olá, primeiro email ses." out: { "MessageId": "01030177779300bf-2acd4b2c-8726-4246-97d0-5074c330200f-000000" }

thanks, Carlos.

nelsonic commented 3 years ago

@autoprog for this quest, I would recommend our sister project/tutorial: https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server if you don't want to have to run any backend.

autoprog commented 3 years ago

Hi, nelsonic, thanks your link, Carlos.