foo290 / Django-Verify-Email

A two-step verification for new accounts by verifying email.
GNU General Public License v3.0
101 stars 33 forks source link

SMTP relay unavailable - error 500 #57

Open afdy opened 1 year ago

afdy commented 1 year ago

Hey there,

Great plugin, thanks :)

It would be useful if the account was created separately to the send_verification_email() step.

The reasoning is that something could go wrong during the sending of the verification email (SMTP relay unavailable). In this event the whole transaction is lost - whereas it would be better to keep it, and retry email sending later.

I think it might be useful to have this feature in this app?

foo290 commented 1 year ago

That make sense, will try to add something for this, thanks ❤️