async-email / async-smtp

Apache License 2.0
59 stars 12 forks source link

Adding example with starttls #60

Closed MattBlack85 closed 1 year ago

MattBlack85 commented 1 year ago

Hi!, Is it possible to add an example with how to use Credentials and starttls? I can't figure it out and my calls are never returning at the moment

link2xt commented 1 year ago

You can look at how Delta Chat uses it at https://github.com/deltachat/deltachat-core-rust/blob/fc019de18ccfd52a9373ac284170238e440e7cb2/src/smtp.rs#L190-L211

MattBlack85 commented 1 year ago

thanks @link2xt that is exactly what I needed!