Skip to content

E-mail (SMTP) API for CoreCLR yet? If not, options?? #467

Closed
@guardrex

Description

@guardrex

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions