Re: Where does email get bounced to?
- From: Manuel Lemos <mlemos@xxxxxxx>
- Date: Sun, 27 Apr 2008 22:46:24 -0300
Hello,
on 04/26/2008 11:17 PM Preventer of Work said the following:
Using Apache + PHP on linux.
Say I use php to send an email, and that email bounces.
Where does it end up?
It goes to the return-path address.
Can I force the return address so it would consistently go to a
particular address?
Yes, in PHP you can set the return-path address but it depends on the
way the message is sent and the OS (and MTA) you are using.
You may want to try this MIME message composing and sending class. It
has several sub-classes specialized in different delilvery methods like
mail() function, SMTP, sendmail, qmail, Microsoft Exchange pickup
folder, etc..
In any case you just need to set the Return-path header and the class
that you use for delivery will take care of mapping the Return-path
address to whatever is the right way to make bounced messages go to the
address you specified.
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.
- References:
- Where does email get bounced to?
- From: Preventer of Work
- Where does email get bounced to?
- Prev by Date: Re: Where does email get bounced to?
- Next by Date: Re: Where does email get bounced to?
- Previous by thread: Re: Where does email get bounced to?
- Next by thread: Re: Where does email get bounced to?
- Index(es):
Relevant Pages
|