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

[TODO] Allow the configuration of SMTP credentials in Open Event Server #107

Open
Dnouv opened this issue Jan 28, 2023 · 2 comments
Open
Labels
milestone-3 Issues/features for the third phase of roadmap python Pull requests that update Python code

Comments

@Dnouv
Copy link
Member

Dnouv commented Jan 28, 2023

The Open Event Server supports adding SMTP credentials so that it can send emails for various activities, for example, when a user registers with the Open Event Server or when they buy a ticket send them mail for successful registration.

You will require a very good understanding of how Eventyay's Open Event Server works before starting to work on this issue.

Please feel free to comment and ask questions, if any. Thank you!

@Dnouv Dnouv added python Pull requests that update Python code milestone-3 Issues/features for the third phase of roadmap labels Jan 28, 2023
@pc-beast
Copy link

Hi, I have worked to open-event project in past. I want to contribute. Could you please explain what you are trying to do here and i could i help with the issue?

@Dnouv
Copy link
Member Author

Dnouv commented Apr 11, 2023

Hey @pc-beast

Thank you so much for your interest in taking up the issue. I'm sorry for not getting back to you sooner. Sure, I would be happy to explain, so here is the issue, currently when we create an event using the event scheduler component, for more details, on component read here, on event creation no notification is sent to the organizer, only the event is created. The same goes when we add a new speaker; they won't get an email inviting them for a talk to a 'random event.'

So, what we want is to allow the user to provide the SMTP credentials, maybe inside a .env file. And if credentials are detected, it should send emails for new event creation or whenever a new speaker is added to an event. This is nothing new; IIRC, Open Event Server already supports shipping such emails, and we only need to figure out the best way to provide easy-to-configure SMTP settings.

If you have any further questions, please feel free to ask here or if you prefer a chat room, we have an official channel here -> Open Server

Looking forward to your contributions. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
milestone-3 Issues/features for the third phase of roadmap python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

2 participants