2022-06-16 21:52:35 -05:00
|
|
|
{
|
|
|
|
"host": "<test.smtp.host>",
|
|
|
|
"port": 80,
|
|
|
|
"password": "<password>",
|
|
|
|
"username": "<username>",
|
|
|
|
"fromEmail": "<notice@test.smtp>",
|
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"contentType": "text/plain",
|
2022-07-12 02:57:26 -05:00
|
|
|
"content": "This is for testing purposes only. Your verification code is {{code}}.",
|
2022-06-16 21:52:35 -05:00
|
|
|
"subject": "Logto Test with SMTP",
|
|
|
|
"usageType": "Test"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"contentType": "text/plain",
|
2022-07-12 02:57:26 -05:00
|
|
|
"content": "This is for sign-in purposes only. Your verification code is {{code}}.",
|
2022-06-16 21:52:35 -05:00
|
|
|
"subject": "Logto Sign In with SMTP",
|
|
|
|
"usageType": "SignIn"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"contentType": "text/plain",
|
2022-07-12 02:57:26 -05:00
|
|
|
"content": "This is for register purposes only. Your verification code is {{code}}.",
|
2022-06-16 21:52:35 -05:00
|
|
|
"subject": "Logto Register with SMTP",
|
|
|
|
"usageType": "Register"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"contentType": "text/plain",
|
2022-07-12 02:57:26 -05:00
|
|
|
"content": "This is for forgot-password purposes only. Your verification code is {{code}}.",
|
2022-06-16 21:52:35 -05:00
|
|
|
"subject": "Logto Forgot Password with SMTP",
|
|
|
|
"usageType": "ForgotPassword"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|