I have a huge delay when sending email (1-2 hours) using cfmail.
Is there a setting in the Coldfusion Admin where this can be adjusted, or does the speed of the email delivery depend on many factors?
Any tips would be greatly appreciated.
I have a huge delay when sending email (1-2 hours) using cfmail.
Is there a setting in the Coldfusion Admin where this can be adjusted, or does the speed of the email delivery depend on many factors?
Any tips would be greatly appreciated.
Which version of coldfusion you are using standard or Enterprise? If it is Standard than it has limitation to send number of emails (I guess max. 10) but for Enterprise do not have any such limitation.
Same kind of issue faced by one of my client as he was sending around 6000 emails at a time. But in my case it was normally bulk so I just schedule it to send it on off time.
Hope this help.
Usually, CFMAIL creates a text file in the Mail/Spool directory in your CFroot. Then another process picks up these "spooled" files and attempts to send them in the background.
The timing of this secondary process is controlled from the Administrator on the "Mail" page.
Check that setting first.
Note: