ColdFusion tag for sending out emails.
Questions tagged [cfmail]
123 questions
1
vote
1 answer
CFMail not sending to email address that has a single quote in it
How can I use cfmail to send an email to an address that has a single quote in it? For example:
firstname.o'flanagan@example.com
For some reason I can't get an email sent to that address no matter what I do. Here's the cfmail tag code I'm using.…

user1094441
- 41
- 6
1
vote
1 answer
CFMail Issues since Upgrading to CF10
Ever since upgrading to CF10, we've been having some odd issues with our automated ColdFusion emails. The processes always functioned properly in the past, but lately we've been getting some very out of the ordinary issues which I'll describe…

bman2013
- 387
- 1
- 4
- 13
1
vote
1 answer
Force cfmail tag to send from a specfic server IP address
Here is my server set up:
Web Server: ColdFusion 10 u10 64-bit, Windows Server 2008 R2, multiple public/private IP addresses.
Mail server: Is a different Windows 2008 R2 server.
Keeping it simple for this question, I have two web sites (this is…

Scott Jibben
- 2,229
- 1
- 14
- 22
1
vote
1 answer
ColdFusion text symbols in subject line
Hi I would like to put one of the text symbols from http://fsymbols.com/all/ website into my
coldfusion cfmail subject line, How can I do this? I followed the instruction from this post ColdFusion cfmail special characters in subject line and…

user357086
- 404
- 1
- 9
- 23
1
vote
1 answer
Using with a from attributes that has invalid email account
I want to send an email from error@domain.com to the debugging team debug@domain.com using this simple code

Dimi69
- 11
- 1
1
vote
2 answers
Include bootstrap in cfmail
The user receives an email when changes have been made to a form. I would like to display the information in a more readable format using twitter bootstrap. To my surprise the style text-info displays correctly but not the table styles. Is this a…

isurfbecause
- 990
- 4
- 16
- 30
1
vote
4 answers
Why is CFMAIL ignoring all but the first row of a query when using CFScript?
I'm trying to use CFmail in a CFScript CFC. I want CFMail to iterate through a query, and change values based on the query contents. It does this just fine, as long as the query object only has 1 row. If it has multiple rows (e.g. 5 rows), it…

eterps
- 14,198
- 4
- 35
- 46
1
vote
1 answer
Error attempting to send mail with attachment using CFMail
I am trying to send an email with an attached file to it but I am getting an error that I am not familiar with.
This is my code for the tag:
This is the…

Geo
- 3,160
- 6
- 41
- 82
1
vote
3 answers
is there a way to add some spacing to cfmail type=text emails in Coldfusion when using variables only?
I'm a little in awe on how my first Cfmails are looking.
Problem is, I'm using variables for both text and content and I would still like to have some sort of spacing.
For example, if I have:
…

frequent
- 27,643
- 59
- 181
- 333
1
vote
4 answers
ColdFusion mail sending capacity
I am currently working on a newsletter application which needs to sent around 20K mails in a single shot. I feel, ColdFusion mail sending capacity will not be suitable for this. I don’t have any metrics with me to prove this.
I searched around in…

JS Mitrah
- 686
- 5
- 12
1
vote
1 answer
regarding cfmail
I'm using commonspot, and I'm new to it. I have written a code for referring a page to a friend using cfmail. But it is not working, can you please tell me what all i have to do ?
my refer.cfm page
E-Mail this page to your…
user1327911
1
vote
3 answers
Automated database tracking of Undelivr email in ColdFusion?
Given there is a "FAILTO=''" option for cfmail, triggering an email to be sent to that email if the email didn't get delivered...
Is there a way to somehow assign an ID or tracking # to an email, store it in a database with that ID... then update…

Joshua F. Rountree
- 1,462
- 2
- 14
- 30
1
vote
3 answers
ColdFusion Limit to 5 E-mails a Day
Say I have the following script on page.cfm. Everytime somebody comes to page.cfm, an e-mail is sent to me. So if 1000 people come to page.cfm, I get 1000 e-mails.
A…

Mike
- 947
- 2
- 12
- 18
0
votes
4 answers
Sending emails in ColdFusion
I am adding a cfmail tag on one of my websites and the code works fine on my developer server, but when I upload it to the production it doesn't want to work. I have checked the log files, and CF does not show me any errors or undelivered emails.…

Geo
- 3,160
- 6
- 41
- 82
0
votes
2 answers
Why would an email sent from a ColdFusion script to an Office 365 distribution list fail to make it to the list members?
I have an application that sends mail using the ColdFusion tag. When the recipient, specified in the "to" attribute, is a simple single-user mailbox or shared mailbox, the mail is delivered without issue. When the recipient is a…

agarnreiter
- 11
- 3