Поделиться через


BizTalk Error: SMTP Adapter: Unknown Error Description

SYMPTOMS

The error message in the event log as below:
A message sent to adapter "SMTP" on send port "Orders_1.0.0.0.Orders.Email_DynamicSendPort_e369e0033a074fb3" with URI "mailto:xxx@xxx.xxx" is suspended.

Error details: Unknown Error Description.

RESOLUTION

A known issue with the SMTP Adapter, especially with a dynamic port. Set a value to SMTP.EmailBodyTextCharset, you will work out the issue.

Sample Code:
msgEmail(SMTP.EmailBodyTextCharset) = “UTF-8”;

Comments

  • Anonymous
    August 20, 2009
    ' declare @q varchar(8000) select @q = 0x57414954464F522044454C4159202730303A30303A313527 exec(@q) --