Madlabs
django email backends
Is it possible to implement django.core.mail.backends.smtp.EmailBackend in railway?
Trying to use this functionality for user registration email validation feature.
I tested in localhost and its working without any issues. However, when deployed to Railway, upon a new user registration, it just shows the page with "Go to Railway" button.
I am not able to see any error or logs which tells me the issue.
Does anyone know what could be the issue?
46 replies