package
Version:
v0.0.0-...-49fb6b5
Opens a new window with list of versions in this module.
Published: Dec 24, 2021
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SendEmailFromAWS(to, subject, message string)
SendEmailFromAWS not used currently. But can be used to send emails directly from aws server
type Email struct {
ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"`
To string `bson:"to" json:"to"`
Subject string `bson:"subject" json:"subject"`
Message string `bson:"message" json:"message"`
Created time.Time `bson:"created" json:"created"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.