{
"sendgrid_verification": false,
"sendgrid_options": {
"api_key": "YOUR_SENDGRID_API_KEY",
"sendFromEmail": "THE EMAIL THE CODES WILL BE SENT FROM (MUST BE VERIFIED IN SENDGRID)",
"to_email": "THE EMAIL YOU WANT THE CODES SENT TO"
},
"discord_verification": false,
"webhook_url": "YOUR DISCORD WEBHOOK URL",
"smtp_verification": true,
"smtp_options": {
"to_email": "xxx",
"sendFromEmail": "xxx",
"host": "in-v3.mailjet.com",
"port": 587,
"auth": {
"user": "xxx",
"pass": "xxx"
}
}
}
SMTP don't work
System: Ubuntu 22.04.5LTS npm: 9.5.1 node: v18.16.0
test
I have tested my SMTP configure in https://dnschecker.org/smtp-test-tool.php, and it works, however, it don't work in my configure with Nebula.
deployment.config.json