 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  var Sender gomail.Sender
    Sender sender for sending mail synchronously
Functions ¶
Types ¶
type Message ¶
type Message struct {
	Info string // Message information for log purpose.
	*gomail.Message
}
    Message mail body and log info
func NewMessage ¶
NewMessage creates new mail message object with default From header.
func NewMessageFrom ¶
NewMessageFrom creates new mail message object with custom From header.
 Click to show internal directories. 
   Click to hide internal directories.