ColdFusion tag for sending out emails.
Questions tagged [cfmail]
123 questions
0
votes
0 answers
I've updated CF9 mail server settings but my application is still trying to use the old mail server
We changed our exchange mail server so I've update the mail server in CF9 admin settings. I've verified that it can connect to the new server and it can. But when I test sending an email it keeps failing because it is trying to connect to the old…

Dan S
- 1
- 1
0
votes
0 answers
Coldfusion CFMAIL - Trying to rename attachment so it doesn't look like a virus
I have been trying to rename the file attachment for some time and cannot figure it out. Am running CF10 ad have tried this:

Scott
- 459
- 2
- 10
0
votes
0 answers
Why does the mail giving exception as 'Client does not have permissions to send as this sender' when its credentials are working through webmail
Using cfmail tag to send the mail as a submit action of form in a coldfusion 16 used website. Mail is going to undelivered
list and following error is seen in mail log
'com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have…

user40991
- 173
- 1
- 3
- 11
0
votes
1 answer
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.

Jon Wilson
- 726
- 1
- 8
- 23
0
votes
1 answer
CFMAIL error: This operation is not allowed on a closed folder
We have a script that checks a Gmail inbox for new messages, processes any it finds based on the subject and sender, marks said messages read, and then after processing moves the messages to a folder called "ProcessedMessages". This script has been…

Nicholas
- 1,974
- 4
- 20
- 46
0
votes
1 answer
Is there a way to embed a PDF into a CFMAIL?
I want to embed a PDF into an an email I am generating with CFMAIL. I am trying this but the email just shows nothing:

Brian Fleishman
- 1,237
- 3
- 21
- 43
0
votes
2 answers
How can I work with cfmail failto attribute?
I've checked with the cfmail tag. But, if we use failto attribute. It doesn't work to me. So, what can I do? Could you please provide an exact answer to me?

Ravan_jack
- 33
- 4
0
votes
1 answer
Multiple Emails generated by Lucee
We just installed Lucee 5.3.2.77 that uses Apache Tomcat/9.0.20 and AdoptOpenJdk 11.0.3 64 bit.
I also have an existing application that is currently running in a DMZ on
ColdFusion 11 Standard edition in production
ColdFusion 11 Enterprise on QA…

Trevor
- 1
- 1
0
votes
1 answer
coldfusion cfmail not accepting to =
I am setting up a group of emails, and start by extracting information from a MySql table
select distinct PersonID,#headls# from…

Betty Mock
- 1,373
- 11
- 23
0
votes
2 answers
Textarea losing styles in email coldfusion
I have a textarea where I have the body of the email with style like below. But the email does not retain any of the below styles in outlook. I have

user747291
- 821
- 3
- 20
- 43
0
votes
2 answers
Attachments - Mailto and CFMail and Mail Servers
Trying to sort out some best options for emailing attachments and getting them to the destination needed.
The CFMail coding below works fine (goes to gmails and hotmails for sure) - but sometimes users relate that they don't get the email - this…

Merle_the_Pearl
- 1,391
- 3
- 18
- 25
0
votes
2 answers
Coldfusion CFMAIL & CfMailPart Custom Tags
I am writing a custom tag for CFMAIL. I need to handle certain emails differently then the standard CFMAIL. I am using the following post as a staring point - http://www.cfhero.com/2011/11/creating-environment-safe-wrapper-for.html
Before

nope_four
- 492
- 1
- 4
- 16
0
votes
0 answers
Coldfusion cfmail tag not sending emails that are using the same domain
so I used the cfmail tag to send the information from a form to specific emails, and the tag works perfectly for my personal email at outlook.com and etc. But when I have it set to the email that I use for that domain and that site. It doesn't ever…

QConscious
- 87
- 1
- 1
- 11
0
votes
2 answers
Coldfusion cfmail with callback function
I'm using cfmail tag to send out emails to the user. Additional thing I need to fulfill is to delete the records after sending them to the users. Is there any solution available to observe the cfmail task is whether completed or not. For example…

zawhtut
- 8,335
- 5
- 52
- 76
0
votes
1 answer
CFMail with attachment is being sent and is in undelivr folder
I'm using cfmail to send attachments with a remove option.
And I know it's working because I am using Gmail as my mail server and I can see the email in my sent items folder in Gmail.
There are files in the C:\ColdFusion10\cfusion\Mail\Undelivr…

Phillip Senn
- 46,771
- 90
- 257
- 373