Merlin wrote:
Paul Scott schrieb:
I believe that is should be possible to send html e-mails containing
links that have a spam score of 0 as for example news.com does this.
Not sure about spam score 0 but you can reduce it to negligible.
Does anybody know how phpmailer sents its messages out by default?
On *nix, it uses sendmail command/wrapper to send mails by default. You
can specify the path to sendmail, port, from etc. in php.ini
I believe it does this via the php function mail. But there can also
be a smtp server specified.
No. In PHP mail function, you cannot specify server.
Do I have to set up such a server, or is it running by default on suse
servers?
Linux server distros have mail server. Make sure you have a mail server
daemon running.
If I issue a "top" command I do see smtp processes.
It would be advisable to use SMTP class found here:
http://phpmailer.sourceforge.net/. This one would allow you use mail
server and do many other things you may need.
--
Sameer N. Ingole
Blog: http://weblogic.noroot.org/
---
Better to light one candle than to curse the darkness.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php