|
| Current Path : Home » General Discussions » General Talk |
| November 10, 2011, 6:06 am |
|
yasir
Posts: 11
| ![]() |
Manage Bounced Emails
how to detect Detect Bounced Emails ?
if i click that link in home page,it will goes to one page. There need to fill Mail server Mailbox username Mailbox password. what is mail server,mailbox username,mailbox password? how can i manage bounced email? |
| November 10, 2011, 10:18 am |
|
Nisha Vince
Posts: 741
| ![]() |
Re:Manage Bounced Emails
Hello Yasir,
For the bounced mail handling we are using BMH settings in the config file. Please fill the bmh settings in the config file. This is given below. $bmh_mailhost= ''; // your mail server eg: imap.gmail.com $bmh_mailbox_username= ''; // your mailbox username $bmh_mailbox_password= ''; // your mailbox password $bmh_port= 143; // the port to access your mailbox, default is 143 $bmh_service= ''; // the service to use (imap or pop3), default is 'imap' $bmh_service_option= ''; // the service options (none, tls, notls, ssl, etc.), default is 'notls' $bmh_boxname= 'INBOX'; // the mailbox to access, default is 'INBOX' When we send emails, please use the bmh_mailbox_username as the sender emails and the undelivered mails will redirect to this address. We can detect the bounced emails using this setting and can delete or unsubscribe the bounced emails. So please setup the BMH parameters and send emails using the bmh username. Now if you get the bounced email, please forward the bounced emails and we will create the bmh rules. Could you please follow the things as we described above . Thanks and Regards Nisha Vince Customer Support Executive inoutscripts.com |
| Copyright © 2009 Inoutscripts.com. All Rights Reserved. Inoutscripts Home |