9 lines
189 B
Bash
9 lines
189 B
Bash
|
|
# host url/domain for SMTP
|
||
|
|
host=
|
||
|
|
# TLS or SSL port said provider uses
|
||
|
|
port=
|
||
|
|
# the from email address you want to use
|
||
|
|
from=
|
||
|
|
# the username and password for your SMTP provider
|
||
|
|
user=
|
||
|
|
password=
|