exception_notification icon indicating copy to clipboard operation
exception_notification copied to clipboard

email not received

Open Ionut-Milas opened this issue 8 years ago • 10 comments

Hi there,

I'm getting this output in console:

Sent mail to [email protected], [email protected] (106.7ms) D, [2016-07-10T19:12:11.381032 #10064] DEBUG -- : Date: Sun, 10 Jul 2016 19:12:11 +0300

but I don't receive any email..

I don't see any other error in the console.

The rest of the e-mails work just fine ...

Any help ?

Many thanks!

Ionut-Milas avatar Jul 10 '16 16:07 Ionut-Milas

I have in production.rb the set-up, on development is working ... I forgot to mention that the domain is under an SSL config.middleware.use ExceptionNotification::Rack, :email => { :deliver_with => :deliver, # Rails >= 4.2.1 do not need this option since it defaults to :deliver_now :email_prefix => "[Production error: ] ", :sender_address => %{"notifier" [email protected]}, :exception_recipients => %w{[email protected] [email protected]}, :delivery_method => :smtp, :smtp_settings => { :address => "address", :port => 25, :user_name => "office@address", :domain => "address", :password => "password", :authentication => 'login', } }

Ionut-Milas avatar Jul 10 '16 16:07 Ionut-Milas

hi @Ionut-Milas, can you specify which version of the gem are you using?

smartinez87 avatar Jul 11 '16 12:07 smartinez87

exception_notification 4.1.4

Ionut-Milas avatar Jul 11 '16 14:07 Ionut-Milas

I'm using it on a Spree application. It's very confusing as all the emails are working just fine... The SMTP settings are put on Spree Admin panel, should I duplicate them, on production.rb ?

Ionut-Milas avatar Jul 11 '16 14:07 Ionut-Milas

I am facing same issue, all other emails are fine even downgrading to version 4.0.1 not worked for me :(

aamir-nazir avatar Aug 13 '16 08:08 aamir-nazir

Same thing here

macmartine avatar May 18 '17 20:05 macmartine

Hey guys I'm having the same issue as well, any ideas?

wearit avatar May 22 '17 10:05 wearit

@Ionut-Milas Did you find any solution?

nk-mandilwar avatar May 29 '17 11:05 nk-mandilwar

@wearit Did you get any solution?

nk-mandilwar avatar May 30 '17 12:05 nk-mandilwar

Seem like this gem does not work with spree.

Innarticles avatar Apr 09 '21 15:04 Innarticles