[error] mail.addRecipient("Peter Hausel Junior <nor...@email.com>","example@foo.com");
1500:com.typesafe.plugin.CommonsMailerPlugin
as it is used in the example project (actually I have no clue what 1500: means), so maybe the README.md should be updated to avoid confusion. Many thanks anyways!
best regards,
Thomas
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/IwbW_DkLZr8J.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.
Works great for me
how can I send a template instead of an inline text?
You mean you added the suggested import and then got the double quotes error?
[]s,
Paulo "JCranky" Siqueira
http://jcranky.com
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/6sLio3hVrosJ.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
smtp.host=smtp.gmail.com
smtp.port=587
smtp.ssl=true
smtp.user="dmsho...@gmail.com" <- needs double quotes
smtp.password=blahblah
Yes
2012/6/5 Paulo "JCranky" Siqueira <paulo.s...@gmail.com>
You mean you added the suggested import and then got the double quotes error?
[]s,
Paulo "JCranky" Siqueira
http://jcranky.com
Em 05/06/2012 11:21, "Pascale Audet" <audetp...@gmail.com> escreveu:
Is it possible that there is such error in the code of Scala?Here is my compilation error :--You do not have an implicit Application in scope. If you want to bring the current running Application into context, just add import play.api.Play.currentval mail = use[MailerPlugin].email^When I do it, application.conf doesn't compile for this part, it write that I have to add double quotes :smtp.host (mandatory)smtp.port (defaults to 25)smtp.ssl (defaults to no)smtp.user (optional)smtp.password (optional)Thanks for help,Pascale
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/6sLio3hVrosJ.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/2GTxnbR7Y8YJ.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
I did that first and it did not work. I got the exact same error.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/y4hYkUDl3OoJ.