ColdFusion tag for sending out emails.
Questions tagged [cfmail]
123 questions
2
votes
1 answer
Anchor tag not act properly instead show full string inside cfemail content
I've write a functionality about send email process. Here I've set Mail Server details admin setting. And write a below code for sending email. I can successfully send & receive email to my gmail account. But Here I've added some paragraph with…

Kannan.P
- 1,263
- 7
- 14
2
votes
1 answer
cfmail rejecting style statements
For some time I've had code that looks like this:

Betty Mock
- 1,373
- 11
- 23
2
votes
1 answer
ColdFusion formatting lost in emails
I'm sending email with ColdFusion's tag. Most of it is working just fine. However, I am sending through a formatted report which is misaligning the subtotals. I have put the text-align:right specifically in the code:

Betty Mock
- 1,373
- 11
- 23
2
votes
1 answer
Where to store automated transactional email templates in ColdFusion
I am in the process of developing an e-commerce application which naturally communiates with users through e-mail regarding transactions such as:
User registration
Email verification
Password resets
Order confirmations
Despatch…

volume one
- 6,800
- 13
- 67
- 146
2
votes
1 answer
CFMAIL with loop and attachment
I have a query that gets data for a sales report for a group of stores.
I need to create a PDF of the monthly sales for each store and then email the sales manager the report for his/her store only.
The create PDF part is working fine. It creates a…

Monique Boea
- 31
- 7
2
votes
3 answers
Displaying a full "from" name when sending with CFMAIL
Is it possible to send an email with CFMAIL and have the recipient's email client display the "From" field as a full name (i.e., John Doe or Jane Smith Consulting) rather than just an email address?
The CF11 documentation for the From parameter in…

Rocky
- 321
- 1
- 8
2
votes
1 answer
Generating html with CFSaveContent, images don't display
I'm trying to use cfsavecontent to send an html page (with CSS formatting). However, when I send the variable via cfmail, everything arrives fine, except the images.