Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin version 1.6.7.5: sesMail error #35

Closed
zoumra opened this issue Feb 14, 2014 · 1 comment
Closed

Plugin version 1.6.7.5: sesMail error #35

zoumra opened this issue Feb 14, 2014 · 1 comment

Comments

@zoumra
Copy link

zoumra commented Feb 14, 2014

I'm facing a trouble with sesMail, using grails 2.3.4 with the plugin (1.6.7.5):
def mailId = sesMail {
to "test@test.com"
subject "test plain text mail"
body "this is the e-mail content, sent at: (${new Date().format('dd/MM/yyyy HH:mm')})" }

Results in:

2014-02-14 15:03:52,102 ERROR [AccountingWatchJob] - groovy.lang.MissingMethodException: No signature of method: com.amazonaws.services.simpleemail.model.Destination.withToAddresses() is applicable for argument types: (grails.spring.BeanBuilder) values: [grails.spring.BeanBuilder@6cbcaf15]
Possible solutions: withToAddresses([Ljava.lang.String;), withToAddresses(java.util.Collection), withCcAddresses([Ljava.lang.String;), withCcAddresses(java.util.Collection), getToAddresses(), setToAddresses(java.util.Collection)

@j4y
Copy link
Member

j4y commented Apr 11, 2014

Please try this in version 1.7.5.0 I believe it has been fixed.

@j4y j4y closed this as completed Apr 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants