Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Passing Malformed email address to Send Mail Task

$
0
0
Hello all. I am implementing a fax solution (Right Fax) and pulling email information from a table and passing into a variable. In order to send out a fax via email, the syntax is in the following example below: Example:To send a fax from Outlook to Jane Doe at 555-1212, enter:[RFAX:Jane Doe@/FN=555-1212]When the following syntax gets passed into the Send Mail Task, into the "To" line and the package is executed I'm receiving the following. [Send Mail Task] Error: An error occurred with the following error message: "The specified string is not in the form required for an e-mail address.".[Send Mail Task] Warning: The address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.I realize it’s a malformed email address. Does anyone know of any work-around? Is it possible to create a group and instead of the fax syntax pass the group name? Or alias the name somehow? Any input is much appreciated.

Viewing all articles
Browse latest Browse all 3145

Trending Articles