Skip to main content
May 21, 2009
Question

Sending a fax number in CFMAIL "to" variable

  • May 21, 2009
  • 1 reply
  • 607 views

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!

    This topic has been closed for replies.

    1 reply

    Inspiring
    May 21, 2009

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