renz45 / mandrill_mailer

A small gem for sending Mandrill template emails
260 stars 84 forks source link

Not working with rails 5 #134

Closed amanpoplify closed 7 years ago

amanpoplify commented 7 years ago

This gem is not working with rails 5

olivierlacan commented 7 years ago

Can you provide more details? What exactly isn’t working? Do you have a demo app to reproduce this issue with?

On 13 October 2017 at 13:08:58, amanpoplify (notifications@github.com(mailto:notifications@github.com)) wrote:

This gem is not working with rails 5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/renz45/mandrill_mailer/issues/134), or mute the thread(https://github.com/notifications/unsubscribe-auth/AAEBnsi5hz56xU3v12MjhaCHoubJjN9Xks5sr5kqgaJpZM4P4yQ9).

amanpoplify commented 7 years ago

Hi,

I have a rails app using ruby 2.4.0 & rails 5.0.4. I have implement all the configuration for mandrill gem but when i tried to send the email, i does not give any error and shows mail is sent but actually i did not received the email. Then i used mandrill-api gem everything is working fine then. Thank you

On Fri, Oct 13, 2017 at 10:41 PM, Olivier Lacan notifications@github.com wrote:

Can you provide more details? What exactly isn’t working? Do you have a demo app to reproduce this issue with?

On 13 October 2017 at 13:08:58, amanpoplify (notifications@github.com( mailto:notifications@github.com)) wrote:

This gem is not working with rails 5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/ renz45/mandrill_mailer/issues/134), or mute the thread(https://github.com/ notifications/unsubscribe-auth/AAEBnsi5hz56xU3v12MjhaCHoubJjN 9Xks5sr5kqgaJpZM4P4yQ9).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/renz45/mandrill_mailer/issues/134#issuecomment-336512531, or mute the thread https://github.com/notifications/unsubscribe-auth/AKTmhmnURMEs5TqSI1HWoZhNIb6vmhTlks5sr5nSgaJpZM4P4yQ9 .

--

Help Save Earth. Please do not print this email unless absolutely necessary.

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by return e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. While Poplify has taken every reasonable precaution to minimize this risk of virus transmission over its network, it is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus scan before opening the e-mail or attachments. Poplify reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address.

renz45 commented 7 years ago

I'm pretty sure this is still related to this: https://bitbucket.org/mailchimp/mandrill-api-ruby/pull-requests/8/fix-json-version/diff#comment-None

I'll bump that gem whenever the mandrill team cares enough to fix theirs :) Which will fix this for Rails 5.

amanpoplify commented 7 years ago

Thanks you so much

On Tue, Oct 17, 2017 at 7:53 PM, Adam Rensel notifications@github.com wrote:

I'm pretty sure this is still related to this: https://bitbucket.org/ mailchimp/mandrill-api-ruby/pull-requests/8/fix-json- version/diff#comment-None

I'll bump that gem whenever the mandrill team cares enough to fix theirs :) Which will fix this for Rails 5.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/renz45/mandrill_mailer/issues/134#issuecomment-337247991, or mute the thread https://github.com/notifications/unsubscribe-auth/AKTmhsZ7D2RRnSOR2rNp3Zdlnu6rTrQDks5stLhvgaJpZM4P4yQ9 .

--

Help Save Earth. Please do not print this email unless absolutely necessary.

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by return e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. While Poplify has taken every reasonable precaution to minimize this risk of virus transmission over its network, it is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus scan before opening the e-mail or attachments. Poplify reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address.

renz45 commented 7 years ago

Seeing as this is related to: #126 I'm going to close this :) Feel free to reopen if there is something else.