Merge pull request #627 from NixNotCastey/smtp-subject

Add support for custom subject in emails
This commit is contained in:
Louis Lam
2021-10-15 00:54:31 +08:00
committed by GitHub
4 changed files with 66 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ export default {
secureOptionTLS: "TLS (465)",
"Ignore TLS Error": "Ignore TLS Error",
"From Email": "From Email",
emailCustomSubject: "Custom Subject",
"To Email": "To Email",
smtpCC: "CC",
smtpBCC: "BCC",