Tagged Questions
ColdFusion tag for sending out emails.
5
votes
2answers
247 views
How to send email to recipient with umlauts in domain name?
In my app I have to send email to recipient who has umlauts in domain name.
Example:
"test@äöü.test.com"
I'm using cfmail tag and I'm getting such error:
"invalid definition for attribute to at tag ...
4
votes
4answers
512 views
ColdFusion email - is there a way to confirm the email has been sent?
Just using the standard cfmail tag, is there a way we can confirm that the email has been sent?
I tried cftry/cfcatch but that only confirms that there were no errors in processing the tag, if I put ...
4
votes
8answers
1k views
ColdFusion - Sending out a pretty email, mint style
I've used ColdFusion for sending text emails for years. I'm now interested in learning how to send those pretty emails you see from companies like Mint.
Anyone know of a good ColdFusion tutorial to ...
2
votes
3answers
346 views
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 ...
2
votes
2answers
400 views
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?
2
votes
4answers
888 views
How do I separate multiple email addresses in cfmail
Do I use a comma or semicolon? I can't seem to find it in the live docs. I also can't seem to find any consistency looking online as some examples use a comma while others use a semicolon. Are both ...
2
votes
2answers
232 views
CFMail SMTP connection limit
Currently using ColdFusion 8 enterprise on 32 bit linux box to send out our mail to a third party provider who do the delivery (relay). Currently we have maintain mail server connections checked in ...
2
votes
2answers
629 views
Why does Coldfusion not send any email if only one of them is invalid?
I have a cfmail sending out to approxiamately 8 people (dynamically). One of these addresses is incorrect and therefore the whole email is not sent out. Is there any settings in the coldfusion ...
1
vote
1answer
143 views
Using CFMAIL tag to send emails with an image
My code is as below,
<cfmail
to="sender@xyz.com"
from="receiver@xyz.com"
subject="email with image">
<img src="cid:pClip" width="350" height="85" alt="" />
there is ...
1
vote
2answers
176 views
cfmail, google mail and reply to
I am having problems with google mail with a coldfusion webform, when the form gets sent the reply address is always myemail@myemail.com (substituted). Is this a google mail thing or is there a fix? ...
1
vote
1answer
94 views
Coldfusion on Linux - Postfix to send mail - what to put in Coldfusion Administrator?
I'm running Coldfusion on centos 5.5. To send mail I've got postfix setup as a null client. I can send mail fine from the command line, but I'm unsure of what to put in the Coldfusion Administrator ...
1
vote
3answers
153 views
Auto generate a email based on a date (ColdFusion)
I have this big database table that contains 12 medical ceritifcations, expiration dates, links to files and what companies they're from. I need to generate a report via email within 90,60,30 and 15 ...
1
vote
2answers
189 views
ColdFusion Mail: Automatic generated email?
I'm working on building a automatic system where our staff can fill out a form for CPR certifications. I need a way to generate a email automatically and send a reminder to the staff person in charge ...
1
vote
1answer
368 views
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 ...
1
vote
2answers
85 views
CFMAIL Caching? Has anyone had seen this before in CF7?
I'm using CFMAIL to send out an email. For some reason, when I edit the email msg in the CFMAIL tag, and save the file, CFMAIL isn't sending new emails with the changes...
Is CFMAIL caching itself or ...
0
votes
3answers
60 views
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 ...
0
votes
0answers
79 views
Catching CFMail errors with Exchange?
Is it possible to catch error messages from Exchange, when using the CFMail tag? The scenario is, I'm looping through a list of email addresses to send usernames and passwords, and the emails pass the ...
0
votes
1answer
101 views
ColdFusion bug - cfinput mask doesn't work with cfmail
Using a mask on a cfinput field causes the email to not go through. I remove the mask and the email is sent fine.
<HTML>
<HEAD>
</HEAD>
<BODY>
<cfform method="post" ...
0
votes
8answers
200 views
How do I force evaluation of a cfif stored in a string?
I am trying to store coldfusion code in a database to be used for the subject of a cfmail. The code stored is as follows:
"RE: <cfif myData.general.legalName NEQ """"> ...