Here is the code I used.
$message_envelope = '*****@gmail.com';
# Handling bounces. Check README.bounces for more info
# This can be 'pop' or 'mbox'
$bounce_protocol = 'pop';
# set this to 0, if you set up a cron to download bounces regularly by using the
# commandline option. If this is 0, users cannot run the page from the web
# frontend. Read README.commandline to find out how to set it up on the
# commandline
define ("MANUALLY_PROCESS_BOUNCES",1);
# when the protocol is pop, specify these three
$bounce_mailbox_host = 'pop.gmail.com';
$bounce_mailbox_user = '******@gmail.com';
$bounce_mailbox_password = "******";
# the "port" is the remote port of the connection to retrieve the emails
# the default should be fine but if it doesn't work, you can try the second
# one. To do that, add a # before the first line and take off the one before the
# second line
#$bounce_mailbox_port = "110/pop3/notls";
$bounce_mailbox_port = "995/pop3/ssl/novalidate-cert";
Anyone have any thoughts? I have been pulling my hair out for days! Should I abandon phplist? What is a better free alternative?

Help













