-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
JRuby 9000 Action Mailer Issue - Runtime Exception #3464
Comments
I had this problem with mandrill as well, I worked around it by using ssl. |
Thanks a million, @abiacco . That fixed it for me too. |
You bet. Cheers! |
Attention: as of http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration there is no option |
Could someone reduce this to a simple script or git repo we can use to reproduce? I'm not sure how to set up an app to get this error. |
@headius , I guess you can find a reduced example for reproduction here: https://github.com/jruby/jruby/issues/3360#issue-108765529 |
@bkarstaedt So we can close this one as a duplicate of #3360? |
@headius Yes, the same error is reported here. For me it's fine to close this as a duplicate. |
Hello,
I have a simple application which uses JRuby 9.0.3.0 and Mandrill for sending email. My smtp settings for mandrill (defined in my
development.rb
) are as follows:When I go to send a mail using JRuby, I receive the following error:
When I switch to using an
MRI
implementation of Ruby, my mail works as expected and is delivered. Am I missing something obvious, or is this an issue?Thanks in advance.
The text was updated successfully, but these errors were encountered: