Closed kbighorse closed 12 years ago
I'm able to send just fine with settings similar to yours (text/plain, no from name) so I'm not sure what the problem could be, unless you happen to be on some version other than the latest (0.2.8). Unfortunately, there was a bad release (0.2.7), which I pulled from rubygems.
Is anything different (email you're sending from or to) between sending with Uakari vs. Uakari's ActionMailer handler? I ask because, IIRC, SES has limitations on what emails you can send from/to until you validate them.
I'll make Uakari optionally raise errors in the next release and get some testing in as well.
You were right, it was the SES limitations. Thank you!
Followed what little there was in the README to set up ActionMailer. I call my Mailer method and get a return value, but no email is received. Is there an example that might show what I'm missing? Might also be nice to add some more error notifications. When I tried sending directly (not with AM), got a helpful AWS error (which I addressed), but there is no such error when sending through AM.
config/development.rb:
Sending directly through uakari or with Gmail smtp settings works.