Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Sending a fax number in CFMAIL "to" variable

Guest
May 21, 2009 May 21, 2009

We're using Exchange, and I can submit an email through exchange fine using CFMAIL.  However, I need to format the "to" variable to be like:

to="[fax:7025551212]"

However, coldfusion is bouncing this email from the queue.  When I look at the email file, the "to" is blank.  Is there a way to format this fax number to allow CF to allow it fine.  Once it gets to Exchange, we have code that will automatically send it out as a fax.

Thanks!

583
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 21, 2009 May 21, 2009
LATEST

The to attribute has to be a valid email address.  Create one on exchange and apply your code to that address.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources