Commit 566aab43 authored by astaxie's avatar astaxie

mail send support Address format

parent a304bb9c
......@@ -231,6 +231,7 @@ func (e *Email) Send() error {
if err != nil {
return err
}
e.From = from.String()
raw, err := e.Bytes()
if err != nil {
return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment