Questions tagged [cfmail]

ColdFusion tag for sending out emails.

123 questions
0
votes
0 answers

Adding art to cfmail causing javascript warning and no art display in client email

I am sending out a receipt to clients on purchase using this CF script.
Andy
  • 169
  • 1
  • 1
  • 12
0
votes
1 answer

setting up Undelivr and Spool folder for CFmail

I am working on an application, and I am trying to get emails undercontrol. All the projects I have worked on since starting ColdFusion hav had the email set up with the Undelivr folder and everything; However, this one does not. I am unsure how to…
SinceForever
  • 232
  • 1
  • 2
  • 12
0
votes
2 answers

Sending Text Messages (SMS) With ColdFusion And CFMail

I'm building a web application that needs to send notifications by SMS. As ColdFusion itself provides an SMS Service, can I use the same for sending SMS without using any 3rd party SMS Gateway Service like Clickatell? I have found some information…
lambypie
  • 471
  • 1
  • 12
  • 35
0
votes
0 answers

Coldfusion 9 sending duplicate emails

We recently upgraded from Coldfusion 8 to coldfusion 9. All the scheduled jobs now send emails multiple times. sometimes 2ce, 3ce, or even 4 times. Unistalled and re-installed CF. Still doesn't seem to work normally.Anyone had this issue/knows what…
Wendie
  • 84
  • 7
0
votes
1 answer

How to handle exceptions with cfmail?

In my project I am using to send an order confirmation to a user after successful creation of an order. I have got one doubt. If the mail server goes down during that time is there any way to handle that situation with cftry and cfcatch, or…
user3427540
  • 1,162
  • 1
  • 14
  • 30
0
votes
1 answer

cfmail is not working properly

I am trying to send email using following script but it's not working and throwing error: type="html" …
Jack
  • 989
  • 3
  • 13
  • 24
0
votes
1 answer

Not able to send mail from ColdFusion 10

In my application I am using ColdFusion 10. I am not able to send any mail using the cfmail tag. When I log into the administrator and click on the Undelivered Mail button, it is throwing the following error: Error retrieving markup for element…
0
votes
1 answer

ColdFusion Mail Spool Timeout

I have a form that is sending 4 separate emails when it is processed all of which contain up to 4 attached PDF/Word documents. The way I have it setup is that I have spoolenable="false" on every email so that they are sent immediately. Then, on the…
dukedevil294
  • 1,285
  • 17
  • 31
0
votes
2 answers

cfmail group attribute throws error

I have a query which returns multiple results with just data in one column as different for a particular report number. I want to group the results for one report number and send an email to one person for all the action items. Below is my…
amsko
  • 111
  • 2
  • 15
0
votes
1 answer

CFMail is not working in ColdFusion 10

I have a Windows 7 (32bit) pc and installed ColdFusion 10. The cfmail tag is not working. It was working on ColdFusion 8. Mail is going to the ColdFusion10\cfusion\Mail\Undelivr folder. (Update from comments) In the mail log I am…
yugalkishorbais
  • 119
  • 1
  • 11
0
votes
2 answers

Sending emails without using cfmail

I am wondering if anyone out there has experience in sending out e-mails in ColdFusion and not using the cfmail tag. I ask because I'd like to use a third-party service (PostMark) to send them but am unsure how to keep some of the aspects I really…
Jordan Reiter
  • 20,467
  • 11
  • 95
  • 161
0
votes
1 answer

Recieving non-sequence email using cfmail

This is my first question. I ran this script, Sending email #i#
#now()#
I received 300…
0
votes
3 answers

ColdFusion custom tag calling cfmail as attibuteCollection and throwing error

I am trying this on CF 8.0.1, but failing. I am trying to pass a custom value to the custom tag, like this:
Misty
  • 49
  • 8
0
votes
1 answer

Coldfusion 7 - mail sending bad 'helo'

I've got my own box sitting in a rack. It's Win2000 running CF 7 and using the rack company's smtp server. I can't send emails. When I try, they simply go to the undeliverable email folder. Support says my server is sending a non-verifiable helo…
j-p
  • 3,698
  • 9
  • 50
  • 93
0
votes
2 answers

ColdFusion written in html page

I'm very new to ColdFusion (this is my second day dealing with it) and I am implementing a simple HTML page. I have a feedback form on this page and when the user hits submit, I want to email the contents of the form to myself. I have to do it…
1 2 3
8
9