Santiago De la Cruz

Results 53 comments of Santiago De la Cruz

It's time to V3 so make all your ideas here: #53

Why? What thing can solve Context in this package?

Timeout is implemented to connect and to send.

The user can manage each posting. I think Context, in this tiny package, solves nothing. Maybe I'm wrong, and because I'm not fan of Context implementation because is like a...

It's time to V3 so make all your ideas here: #53

Hey, you're welcome. You can use the method `GetMessage` from `Email` struct to get a RFC822 formatted message. If this is enough, it's ok, but if you want only the...

It's time to V3 so make all your ideas here: #53

I confirm a mistake with names. Also see #37 I will document this in next days.

It's time to V3 so make all your ideas here: #53

`Bcc` and `Return-Path` are ignored in header to avoid expose that addresses. If you want really the full message, you need replace in email.go ```diff - // add all addresses...