Bounced emails

alt=
DannyA
@dannya
10 years ago
584 posts
Is there a way to see bounced emails sent by the built in phpmailer.

I want to be able to generate a report of bounced emails of invoices, signups, etc...

Or are they logged somewhere already?
updated by @dannya: 01/30/15 02:19:52PM
brian
@brian
10 years ago
10,148 posts
The only email bouncing handler in Jamroom is in the Mailgun module - make sure you're using Mailgun (setup in your Postfix) and then you can browse bounced emails from the Mailgun -> Tools tab. If you need lower level info on email, you'd want to use the Mailgun API:

http://documentation.mailgun.com/api_reference.html

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
10 years ago
584 posts
somehow I knew that's what you'd say. Had to ask though.
alt=
DannyA
@dannya
10 years ago
584 posts
When sending via Mailgun, the sender of email appears as

admin=mydomain.com@bulk.mydomain.com; on behalf of; admin@mydomain.com

Is there a way to simplify that? so its just admin@mydomain.com?

Am i missing something in the mailgun config?
brian
@brian
10 years ago
10,148 posts
DannyA:
When sending via Mailgun, the sender of email appears as

admin=mydomain.com@bulk.mydomain.com; on behalf of; admin@mydomain.com

Is there a way to simplify that? so its just admin@mydomain.com?

Am i missing something in the mailgun config?

You would need to contact Mailgun for support with this - when Jamroom sends the email it simply sends from "admin@mydomain.com".


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags