bborn / lewsnetter

E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
MIT License
318 stars 42 forks source link

Heroku deploy #10

Closed ioRekz closed 8 years ago

ioRekz commented 8 years ago

Hello, I'm trying to deploy on heroku.

I'm not sure to understand the difference between smtp creds / ses creds / s3 creds.

Here is what I've done : create smtp credentials. that give me the smt user and pass and that also created a new User. I added s3 and ses policy to that same user so I have the same creds for s3 and ses.

Also, how is the db supposed to work ? Heroku creates one ?

bborn commented 8 years ago

Please see docs here: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html

The S3 creds are for uploading files (images, etc.).

Heroku gives you a database with every application.