Questions tagged [cfmail]

ColdFusion tag for sending out emails.

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…
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.
CMP
  • 21
  • 2
2
votes
1 answer

coldfusion 11 spooler & cfmail threading

Current scenario: Using cfmail tag with query for example.
M.A
  • 448
  • 6
  • 21
2
votes
2 answers

Sending cf mail from a static page to single recipient

Trying to send from a contact us static page. It will have a single recipient and I don't want to save it on the back end.
2
votes
1 answer

cfmailparam disposition filename does not work in outlook

I have a very simple example for sending an image as an attachment using Coldfusion 11 cfmail tag.
Masterbuddha
  • 612
  • 4
  • 9
2
votes
1 answer

local SMTP server won't send email from cfmail b/c of rcpthosts issue

We've ported several legacy ColdFusion sites from rackspace to viviotech, and they all work fine except for sending email using the cfmail tag. When viewing the CF mail.log it contains this error message for each…
Brade
  • 1,481
  • 1
  • 13
  • 21
2
votes
3 answers

For HTML Emails, How to embed images so users don't get a download prompt

I'm working to create an HTML email which includes 2 images. Currently, I'm using tags to place the image in the email. Problem is when users get the email, it's asking the user to "click to download" for security reasons. Is there a way to embed…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
2
votes
2 answers

Special characters in CFMail

I'm trying to auto-generate a plain text email with a trademark symbol in it. I've tried everything I can think of but it's still not going through. ™ ™ #Chr(153)#
Joe Zack
  • 3,268
  • 2
  • 31
  • 37
2
votes
1 answer

Changing a txt attachment to csv format in coldfusion

I am working with a ColdFusion file which will send a email with an attachment when a user exports data from a system. Currently the attachment is in .txt format which is difficult to interpret and is therefore quite unhelpful. I am trying to…
2
votes
2 answers

What is the maximum number of email addresses that can be in a cfmail

Is there a maximum number of email addresses that can be included in a cfmail message? Is this number the maximum in each of the to, cc, and bcc or a combined maximum?
Jason
  • 17,276
  • 23
  • 73
  • 114
1 2
3
8 9