[PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Barry
Merlin wrote: Hi there, I am operating page where user receive a message which they do have to confirm. The message does have about 5 links inside to give the user administration to his postings. Now recently I discovered that the message does not go through to everybody since the spam

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Paul Scott
On Tue, 2006-04-25 at 11:47 +0200, Barry wrote: - Tell the people to put your domain on the whitelist or the specific mailadress it comes from. - Use plaintext only mails The scroe is so high because of the links. Also, remember to put in a Reply-To header. A lot of SPAM software will

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Merlin
Paul Scott schrieb: On Tue, 2006-04-25 at 11:47 +0200, Barry wrote: - Tell the people to put your domain on the whitelist or the specific mailadress it comes from. - Use plaintext only mails The scroe is so high because of the links. Also, remember to put in a Reply-To header. A lot of

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Sameer N Ingole
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

[PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Manuel Lemos
Hello, on 04/25/2006 06:43 AM Merlin said the following: Hi there, I am operating page where user receive a message which they do have to confirm. The message does have about 5 links inside to give the user administration to his postings. Now recently I discovered that the message does

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Richard Lynch
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

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Jochem Maas
Richard Lynch wrote: 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