LLazyEmail / amazon-ses-service

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

create copy of mailforgood and remake to saving templates on amazon ses #59

Open vadim9999 opened 4 years ago

vadim9999 commented 4 years ago

https://github.com/ChickenKyiv/amazon-ses-service/blob/mail-for-good-v8/server/controllers/campaign/email/amazon-ses/lib/amazon.js#L28

Sending an email without a template https://docs.aws.amazon.com/ses/latest/DeveloperGuide/examples-send-using-sdk.html https://medium.com/free-code-camp/sending-emails-with-amazon-ses-7617e83327b6#.5nhcrr609

atherdon commented 4 years ago

I don't think it' should be a whole copy of mailforgood project. What I want to accomplish: Right now we have this process of sending emails:

instead of trying to put our workflow inside of this basic workflow, I want to copy(say methods inside of controllers and create a separated methods that we'll try to advance) and put there our functionality.