mirror of
https://github.com/Muskingum-County-Library-System/Send2Email.git
synced 2025-04-19 11:59:49 -04:00
12 lines
368 B
JSON
12 lines
368 B
JSON
{
|
|
"SMTP_Host": "smtp.gmail.com",
|
|
"SMTP_Port": 587,
|
|
"SMTP_User": "email@company.com",
|
|
"SMTP_Pass": "",
|
|
"Mail_From": "email@company.com",
|
|
"Mail_Subject": "Mail Subject Text",
|
|
"Mail_Body": "Mail Body Text",
|
|
"Mail_Delivery": "Mail Delivery Text + {destination_email}",
|
|
"File_Extensions": "jpg, jpeg, png, gif, bmp, tif, pdf",
|
|
"Key_Public": "byte8Key"
|
|
} |