func (s *SMTP) SendMail(from, tos, subject, body string, contentType ...string) error
SendMail connects to the server at addr, switches to TLS if
possible, authenticates with the optional mechanism a if possible,
and then sends an email from address from, to addresses to, with
message msg.