adventureland
adventureland copied to clipboard
Added SMTP for Email Sending
Added SMTP Option for email sending, also Update functions.js with your email to: replyto: etc. All SMTP configs are in secrets.template.py Added Crons.py in scripts folder for running Cron-Jobs when in development mode.
Can you make secrets.email_provider_smtp == True
a safe check, maybe using getattr
- so when this is merged it doesn't require everyone to update their copied secrets.py's
And secondarily can you make the imports conditional too
added this amendment.