Hi ,
We have two cf mail forms that are not working. They have respectively these codes:
<cfmail FROM="contact@xxxxx.com" to="#form.destin#" subject="bla bla bla" port="25"
server="mail.xxxxx.com" username="contact@xxxxx.com" password="yyyyy" timeout="90" type="html" charset="iso-8859-1">
cfmail from="contact@xxxxx.com" username="contact@xxxxx.com"
password="yyyyy" to="contact@xxxxx.com" subject="Informative Reports - N. #NR#" port="25" server="mail.xxxxx.com"
timeout="20" type="html" query="search_email_to_send" maxrows="1"
The first one was definetely working before, and the second one has been brought to my attention by the client, but I actually never tried before or now, as it's on a private area.
Are we doing anything wrong?
Anybody else experiencing any probs with cf mail?
Thank you
We have two cf mail forms that are not working. They have respectively these codes:
<cfmail FROM="contact@xxxxx.com" to="#form.destin#" subject="bla bla bla" port="25"
server="mail.xxxxx.com" username="contact@xxxxx.com" password="yyyyy" timeout="90" type="html" charset="iso-8859-1">
cfmail from="contact@xxxxx.com" username="contact@xxxxx.com"
password="yyyyy" to="contact@xxxxx.com" subject="Informative Reports - N. #NR#" port="25" server="mail.xxxxx.com"
timeout="20" type="html" query="search_email_to_send" maxrows="1"
The first one was definetely working before, and the second one has been brought to my attention by the client, but I actually never tried before or now, as it's on a private area.
Are we doing anything wrong?
Anybody else experiencing any probs with cf mail?
Thank you