A
A
AlexNest2021-01-10 16:12:21
Django
AlexNest, 2021-01-10 16:12:21

Will stmp mailing work in a django project on heroku?

I'm testing the project on a local server, and mail distribution works on it.

settings.py
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = '[email protected]' # типо адекватный логин
EMAIL_HOST_PASSWORD = 'password' # типо адекватный пароль
EMAIL_PORT = 465
EMAIL_USE_SSL = True
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

Upon completion, I plan to upload it to heroku in order to demonstrate it if necessary (I don’t see the need for a diploma in more serious servers). The question is, will the mail continue to be sent out?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Zhivagin, 2017-04-10
@Krasnodar_etc

1 - This is the usual behavior of flexes. When there is not enough space, the blocks begin to shrink. So here, see why there is not enough space for the blocks - the font is larger, the standard browser indents are larger, ...
2 - The feeling that the flexbox container itself is simply not full width. Can be fixed with margin: 0px auto;
Also, if you have an old version of android / browser, then it's sad
can i use

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question