On Tue, April 25, 2006 7:19 am, Merlin wrote:
> Paul Scott schrieb:
>> On Tue, 2006-04-25 at 11:47 +0200, Barry wrote:
> Does anybody know how phpmailer sents its messages out by default? I
> believe it
> does this via the php function mail. But there can also be a smtp
> server
> specified. Do I have to set up such a server, or is it running by
> default on
> suse servers? If I issue a "top" command I do see smtp processes.
> What would be the advantage?

This has even LESS to do with PHP than your original question!

Perhaps you should contact whomever wrote and supports phpmailer?

If you ARE using PHP mail() function, then you may want to look into
using the new optional 5th argument: http://php.net/mail

You'll maybe have to patch phpmailer to use it, or get the author to
patch it.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to