Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

SSL SMTP Support #8

@chrisgillis

Description

@chrisgillis

It would be great if this library would support SSL SMTP servers that run on port 465 (standard).

Here is an example of how it works: https://gist.github.com/chrisgillis/10888032

You need to tls.Dial instead of smtp.Dial and pass the resulting *Conn to smtp.NewClient(). This way, the ssl-only smtp server will respond.

If you don't do this, smtp.Dial will respond with 'EOF' after a period of time and will not function.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions