WorxWare.com Support Forum

Not logged in [Login - Register]
Go To Bottom
Printable Version  
Author: Subject: How to track bounced emails by message-id or something else
titiboxer
Newbie
*




Posts: 1
Registered: 14-7-2009
Member Is Offline


info.gif posted on 14-7-2009 at 02:17 PM
How to track bounced emails by message-id or something else


Hello guys,
I'm using Phpmailer V5.0.0 together with BMH and i'm new to Phpmailer.

I searched over and over (without any explanation) and decided to post this message directly to you.

What i need is to be able to track bounced messages and update these messages in my database.

I'm using BMH with callback_database.php option.

But, since I have a large database with repeated e-mails, updating it just by e-mail criteria isn't a good choice, cause it can mark a good delivered message (someday sent) as a bad one.


I guess if i set a MESSAGE-ID
( $mail->MessageID = "abcd@localhost"; )

when using PhpMailer to send that unique message, it could be possible to track it back via BMH (eg. update record where message_id = abcd) to update my database, am I correct?

But how can I track that message-id value (in callback_database.php)? Or if there is another great way...

Please, can anyone guide me?



View user's profile View All Posts By User
andy.prevost
Super Administrator
*********




Posts: 185
Registered: 3-7-2009
Member Is Offline


[*] posted on 15-7-2009 at 09:37 PM


This forum is not for PHPMailer.

Please view

View user's profile View All Posts By User
  Go To Top
Contents Copyright © 2004-2009, Worx International Inc. All Rights Reserved.
Powered by XMB – XMB Forum Software © 2001-2009 The XMB Group