Posted by NC on 09/08/06 15:23
thehuby wrote:
>
> Does anyone know how I can send an email using
> PHPMailer (or similar) and have it send 'on behalf of'
> someone.
There are things beyond PHP here. Your outgoing mail server must
permit this. Many hosting companies do not allow sending mail with
"From:" headers containing addresses that do not belong to the domain
being hosted.
If this is not a problem, there are plenty of examples at phpMailer Web
site:
http://phpmailer.sf.net/
Cheers,
NC
[Back to original message]
|