|
Hello everybody,
I am using ec2,e3 and ses for my grails application and the aws plugin. Everything works nice except of sending mails. I have a verified email for ses and this config
and in the controller I am doing sth like this sesMail {
to user.email subject "welcome" body "text" } But in the log is always
If I am performing ping test, the mails will be delivered and checking quota is printing
The domain to this email is verified to, so I stay clueless and will be very grateful for any tips or a solution. Best Regards David Kimont
|
|
Hi David
It looks like your ses-closure is outside of the aws-closure ? As examplified here it needs to be within: https://github.com/blanq/grails-aws/blob/master/grails-app/conf/Config.groovy
Jimi
|
|
Hi Jimi,
know I feel foolish, I did that by purpose but never thinkt about it. Thank you very much :d Best regards David 2012/6/13 jroenberg <[hidden email]> Hi David |
|
Jimi is right, []s, 2012/6/13 David Kimont <[hidden email]> Hi Jimi, |
|
Hello everybody,
I changed it, but the problem is still there. The documentation says, it is enabled by default. So I still can' tsend with the same issue. My new config:
grails { plugin { aws { credentials { accessKey = "accessKey" secretKey = "secretKey"
} ses { catchall = "[hidden email]" from = "[hidden email]"
enabled = true } } } } I tried it without the credential closure with the same result. Best regards
David 2012/6/13 Lucas F. A. Teixeira <[hidden email]>
|
|
David,
Can you isolate the source code and send me to test it here and find what is happening? Thanks, []s, 2012/6/13 David Kimont <[hidden email]> Hello everybody, |
|
Hi Lucas,
very Kind. Meanwhile I uploaded my project repo on the ec2 und made a successfull pingtest from there. best regards!
2012/6/13 Lucas F. A. Teixeira <[hidden email]> David, --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Thanks a lot for the help.
It was the failure witch the clousure hierarchy. 2nd, I checked to late that the catch all address was very similar to that I was waiting for arrival mails. David
2012/6/14 David Kimont <[hidden email]> Hi Lucas, |
|
So, Is it working right now for you?
[]s, 2012/6/13 David Kimont <[hidden email]> Hi Thanks a lot for the help. |
| Powered by Nabble | Edit this page |
