Problem regarding to mail function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bundy
Forum Newbie
Posts: 15
Joined: Mon Jun 04, 2007 7:04 pm

Problem regarding to mail function

Post by bundy »

Hi

I hope this is the right forum to ask the mail function.

I am trying to use the mail function to send an email to a recipient and I tried sending an email few times and it send successfully. After that, I received a message saying 451 Message temporarily deferred from the norton. Then I turned off the norton antivirus program but it still doesn't work at all.

Does any know how I could be able send email without that message?

Thank you.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Swiftmailer. Give it a try. Much more advanced than the main function.
Post Reply