Command 'MAIL FROM: '

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
CRichardson
Forum Newbie
Posts: 12
Joined: Sat Jun 02, 2007 7:22 pm

Command 'MAIL FROM: '

Post by CRichardson »

Keep getting the following error after around 100 e-mails:
The SMTP connection did not allow the command 'MAIL FROM: ' to be sent.
Any ideas as to why/how to fix it?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

The SMTP server probably doesn't allow more than 100 emails per-connection, or maybe even per-hour. You can try the AntiFlood plugin perhaps:

http://www.swiftmailer.org/wikidocs/v3/ ... /antiflood
Post Reply