command
Version:
v0.0.0-...-498cede
Opens a new window with list of versions in this module.
Published: Apr 18, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SMTP
SMTP will send you a mail with Content-Type: text/plain.
Pre Request
Please enable less secure app access from your account
Config
Create a config.go with fromAdd, password, and toAdd
// const.go
package main
// Sender data.
const fromAdd = "from@gmail.com"
const password = "pass"
// To Addresses
var toAdd = []string{
"to@gmail.com",
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.