Posted by Manuel Lemos on 01/12/08 21:13
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/
Navigation:
[Reply to this message]
|