Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SMTP for Email Sending #64

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

marketingsolutionaustralia
Copy link

@marketingsolutionaustralia marketingsolutionaustralia commented Nov 16, 2023

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.

Added a Cron-Job file that can be run using. 
py adventureland/scripts/cron.py
this will run the Cron-Jobs when testing/using the development server aka SDK
This will also Check & Create a cron-log.txt for all failed or successful Cron-Jobs.
@kaansoral
Copy link
Owner

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

@marketingsolutionaustralia
Copy link
Author

added this amendment.

@Telokis Telokis added Type: enhancement Changes the existing content of the game Scope: central server The central server is impacted Status: waiting for review This PR is waiting for a maintainer to review it labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: central server The central server is impacted Status: waiting for review This PR is waiting for a maintainer to review it Type: enhancement Changes the existing content of the game
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants