besnette1
Technical User
- Jun 19, 2001
- 9
Hi there,
I have something that is frustrating me to no end - something simple, I think. If anyone has had this problem and a suggestion I would be grateful!
I am doing a mail form on my site. Very simple. However, when I add a cc field, or a bcc field, it stops working (doesn't send the mail).
This works:
<cfmail>
from="#form.emailaddress#"
to="david@widget.com"
subject="widget.com contact"
server="mail.widget.com"
username="david@widget.com"
password="widgetpassword">
This does not work:
<cfmail>
from="#form.emailaddress#"
to="david@widget.com"
cc="customer@widget.com"
subject="widget.com contact"
server="mail.widget.com"
username="david@widget.com"
password="widgetpassword">
Thank you for taking a look!
I have something that is frustrating me to no end - something simple, I think. If anyone has had this problem and a suggestion I would be grateful!
I am doing a mail form on my site. Very simple. However, when I add a cc field, or a bcc field, it stops working (doesn't send the mail).
This works:
<cfmail>
from="#form.emailaddress#"
to="david@widget.com"
subject="widget.com contact"
server="mail.widget.com"
username="david@widget.com"
password="widgetpassword">
This does not work:
<cfmail>
from="#form.emailaddress#"
to="david@widget.com"
cc="customer@widget.com"
subject="widget.com contact"
server="mail.widget.com"
username="david@widget.com"
password="widgetpassword">
Thank you for taking a look!