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

email not received #347

Open
Ionut-Milas opened this issue Jul 10, 2016 · 10 comments
Open

email not received #347

Ionut-Milas opened this issue Jul 10, 2016 · 10 comments

Comments

@Ionut-Milas
Copy link

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
Copy link
Author

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',
}
}

@smartinez87
Copy link
Owner

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

@Ionut-Milas
Copy link
Author

exception_notification 4.1.4

@Ionut-Milas
Copy link
Author

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 ?

@aamir-nazir
Copy link

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

@macmartine
Copy link

Same thing here

@wearit
Copy link

wearit commented May 22, 2017

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

@nk-mandilwar
Copy link

@Ionut-Milas Did you find any solution?

@nk-mandilwar
Copy link

@wearit Did you get any solution?

@Innarticles
Copy link

Seem like this gem does not work with spree.

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

7 participants