Hi, I'm having a problem with a script that I wrote that sends out e-mails to everyone who has signed up for our mailing list. (About 20,000 people) The script works like this: An e-mail is written and stored into a database. E-mail is approved to be sent out. E-Mail is sent out. The sending out is where I'm getting the problem.
Everytime after we submit the e-mail to <cfmail>, the error: "Attempt to load page has failed." has come up.
Here's my E-Mail Code:
<cfmail
query="getEMail"
to="#email#"
from="person@oursite.com"
subject="#getMessage.mailSubject#"
server="mail.oursite.com" timeout="1800">
#getMessage.mailText#
</cfmail>
We get no errors when we send it out to small amount of people. Just everyone at once. Any help would be greatly appreciated.
Thanks!
Jimmy
Everytime after we submit the e-mail to <cfmail>, the error: "Attempt to load page has failed." has come up.
Here's my E-Mail Code:
<cfmail
query="getEMail"
to="#email#"
from="person@oursite.com"
subject="#getMessage.mailSubject#"
server="mail.oursite.com" timeout="1800">
#getMessage.mailText#
</cfmail>
We get no errors when we send it out to small amount of people. Just everyone at once. Any help would be greatly appreciated.
Thanks!
Jimmy