Posted by Paul Lautman on 01/12/08 19:26
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.
[Back to original message]
|