fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

No documentation on how to setup SES in config file #268

Open usmanismail opened 10 years ago

usmanismail commented 10 years ago

Can you explain how to setup amazon ses? I keep getting the error:

Email plugin error: Error: Missing AWS Credentials

I am not sure how to specify the AWS credentials.

fernandoneto commented 10 years ago

@usmanismail maybe it use the package awscli and you have to configure the file at ~/aws/config. Only this way you can get acess to AWS API. hope it help you

usmanismail commented 10 years ago

Thx, I ended up just using Amazon's SMTP interface.

fernandoneto commented 10 years ago

@usmanismail :+1: