Sending an Email
How to send an email from a BizTalk Expression shape (without using the SMTP Send Ports).
Note: There are two mail objects, the older one is System.Web.Mail and the newer one is System.Net.Mail. The code below is for the newer one. It also shows how to connect to an SMTP Host (Server) that requires userid/password authentication.