Re-send confirmation email after certain time if no action was taken by new user
If a unverified user is less than a week old (we don't want to send these out after 7 days)
When an unverified user logs in, created a delayed queue in SQS that waits for 24 hours (like we do with user registration), this queue job then checks to see if the user is unverified and then sends them a reminder verification email.
Edited by Mark Harding