Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is EMAIL_PORT for protonmail.com mail service?

Tags:

django

smtp

I tried to use https://protonmail.com email service for my django app to send notification emails. I googled and found that protonmail SMTPis 1026 and protonmail IMAP is 1143.

When I use gmail service it works fine.

My settings.py

EMAIL_HOST = 'smtp.protonmail.com'
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 1026
EMAIL_USE_TLS = True

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_FILE_PATH = os.path.join(BASE_DIR, 'apps', 'emails')
like image 308
Almaz Avatar asked Oct 28 '25 20:10

Almaz


1 Answers

The ProtonMail Bridge says the email port should be 1025. I attached a screenshot of my SMTP settings.

enter image description here

like image 101
Riley Finn Avatar answered Oct 31 '25 12:10

Riley Finn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!