adventureland icon indicating copy to clipboard operation
adventureland copied to clipboard

Added SMTP for Email Sending

Open marketingsolutionaustralia opened this issue 1 year ago • 2 comments

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

kaansoral avatar Nov 19 '23 16:11 kaansoral

added this amendment.