Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Email ¶
func (*Email) Email_Body_Only ¶
func (email *Email) Email_Body_Only(sender string, password string, smtpadd string, smtpHost string, smtpPort string, templname string, receivers []string, subject string, bodytext string) (string, error)
#region: Send Basic Email This function sends only basic templated emails using the html template provided
func (*Email) Email_W_Attachments ¶
func (email *Email) Email_W_Attachments(sender string, password string, smtpadd string, smtpHost string, smtpPort string, receivers []string, subject string, bodytext string, attachmentPath string) (string, error)
#region: Send Email W Attach This function sends emails with attchments using the text sent. Warning not tested yet. Need to do thourgh testing
Click to show internal directories.
Click to hide internal directories.