This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
package main
|
|
|
|
const RecvAddress = "admin@example.com"
|
|
const RecvName = "Admin"
|
|
const FromName = "From Name"
|
|
const FromAddress = "from@address.com"
|
|
const FromAddressPassword = "password"
|
|
const ServerAddress = "server.address"
|
|
const ServerPort = 587
|