Description
Back in January, @Eilon commented that CoreCLR didn't expose any E-mail capabilities (e.g., I don't see System.Net.Mail
at MyGet)? Take home message: dnx50
can take on System.Net.Mail
, but dnxcore50
can't.
Is there any way to coerce System.Net.Mail
into a CoreCLR app?
If not, that also means that I couldn't do something like add in Interop.CDO
, correct?
How about using TcpClient (or something like that) to an SMTP relay server?
Is there anything built-in to WS2012 that I can hook that would forward the mail to my relay server?
Could I hook into an install of hMailServer across an Azure VNET to send mail (i.e., the mail server would be on another VM)?
If these would all be dead ends, is the only option to consume some kind of external E-mail service?