ColdFusion tag for sending out emails.
Questions tagged [cfmail]
123 questions
0
votes
1 answer
Coldfusion - CFMail Error - Creating To: List and BCC: List
For CFMail - I am building a To: list and BCC: list using cfset tolist and cfset bcclist
These output just fine. But when I add them into the cfmail - the tolist and bcclist error.
I am not sure why, as they are just comma delimited lists.
Get:
The…

Merle_the_Pearl
- 1,391
- 3
- 18
- 25
-1
votes
1 answer
Is it possible to automatically send cfmail on a date
I built a form for a nonprofit where vendors can apply for a spot at a fundraiser. Once approved, an email is sent to them with a bill and a due date to mail in a check. It all works great! :)
What I'd like to do now is AUTOMATICALLY send them a…

MJRoz
- 73
- 7
-1
votes
3 answers
CFMail with catchall email addresses
I can't believe I've never noticed this before, but it seems that CFMail won't send to an email address that isn't explicitly set up on the destination mailserver.
This means that if I'm using 'info@somedomainorother.com' and have that set up to…

Gary Stanton
- 1,435
- 12
- 28