100lists
May 1 2006, 11:26 PM
Hi,
I have a script that emails out reminders to out clients and I am receiving all the bounced emails through the default server email instead of the staff's email address that was placed in the "Reply-To:" header value.
Is there a server setting that is not forwarding the bounced emails to the reply-to email or is there another way of doing this?
Thank,
Chris
100lists
May 1 2006, 11:30 PM
This extra detail may help, this is what I am using...
WHM 10.6.0
cPanel 10.6.0-R147
wicked_slick
May 8 2006, 11:57 PM
I'm having some difficulty and hopefully someone can help me out!
First I would like to ask if NeoMail is still provided in the cPanel Mail management. A couple of months ago, I could use NeoMail, Horde and Squirrel Mail and everything was a-okay. But now when I log in, I don't have NeoMail.
Ever since NeoMail was gone, whenever someone e-mails me, it bounces back to the sender because apparently my inbox is full. When I log into Horde and Squirrel Mail, I don't get any new mail. I have basically deleted everything in my inbox and spam folder and e-mails are still getting bounced.
I forward everything to my gmail. Even though I still technically get mail and can send mail through my @domain account, I'm a VP of a university organization, and it's pretty awkward and unprofessional when companies receive a bounced e-mail AND a response from me...
Any help would be great! And if you don't know how to solve my problem, if you know someone I can contact for help, that would be appreciated as well.
Thanks in advance!
100lists
May 9 2006, 02:32 AM
As a short term solution i used the last argument in the mail function...
CODE
<?php
mail("email @ site.com", "SUBJECT", "MESSAGE", "From: another @ site.com", "-fanother @ site.com");
?>
Hope this helps...