NebulaServices / Nebula

a stunning and sleek web proxy with support for hundreds of popular sites.
https://docs.nebulaproxy.io/
279 stars 3.75k forks source link

SMTP don't work #115

Closed ultraplusgithub closed 9 months ago

ultraplusgithub commented 1 year ago

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

{
  "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"
    }
  }
}
GreenyDEV commented 1 year ago

uh

rifting commented 9 months ago

Closed as stale + we don't support sendgrid anymore