PHP mail marked is phishing

Hi guys,
I am writing a simple script that sends an email to a user using
mail(). The problem is when the mail is received it is marked as
phishing. I am wondering if there is a way to fix this issue.

Thanks
jack [ Sa, 12 Januar 2008 19:35 ] [ ID #1906270 ]

Re: PHP mail marked is phishing

Jack wrote:
> Hi guys,
> I am writing a simple script that sends an email to a user using
> mail(). The problem is when the mail is received it is marked as
> phishing. I am wondering if there is a way to fix this issue.
>
> Thanks

It depends on what is doing the marking and on what it is basing its
judgment. The fact that you are using mail() is not directly relevant, since
thousands of emails are sent by using mail() every day and these are not all
marked as phishing.
Paul Lautman [ Sa, 12 Januar 2008 20:26 ] [ ID #1906272 ]

Re: PHP mail marked is phishing

Hello,

on 01/12/2008 04:35 PM Jack said the following:
> Hi guys,
> I am writing a simple script that sends an email to a user using
> mail(). The problem is when the mail is received it is marked as
> phishing. I am wondering if there is a way to fix this issue.

It could be a problem due to malformed messages. You may generating
messages that do not respect the e-mail standards and whatever considers
it phishing takes it as an attempt to explore an eventual bug in a mail
client program.

I use this MIME message composing and sending class. It generates
message strictly conforming to the e-mail standards. Try using this
class to send your message and check if the message is still considered
phishing:

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/
Manuel Lemos [ Sa, 12 Januar 2008 22:13 ] [ ID #1906275 ]

Re: PHP mail marked is phishing

On Jan 12, 12:35 pm, Jack <accpac... [at] hotmail.com> wrote:
> Hi guys,
> I am writing a simple script that sends an email to a user using
> mail(). The problem is when the mail is received it is marked as
> phishing. I am wondering if there is a way to fix this issue.
>
> Thanks

Could it be that you're sending from a different domain than the
'from' address of your e-mail? or that maybe your host doesn't have a
reverse DNS entry?

Two things to check into...
Aaron Saray [ Mo, 14 Januar 2008 02:38 ] [ ID #1907461 ]

Re: PHP mail marked is phishing

yr isp
Peter Pei [ Mo, 14 Januar 2008 03:06 ] [ ID #1907477 ]
PHP » comp.lang.php » PHP mail marked is phishing

Vorheriges Thema: Ways to assign a value to a session variable.
Nächstes Thema: Multidimensional associated array