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

Emails not Working #3

Open
unownone opened this issue Sep 29, 2022 · 15 comments
Open

Emails not Working #3

unownone opened this issue Sep 29, 2022 · 15 comments
Labels
bug Something isn't working hacktoberfest Issues that accepts hacktoberfest prs.

Comments

@unownone
Copy link
Owner

The emailing system after the update has stopped working.

Try to see what is the reason and fix it if possible.
We send email for verifications and job notifications.
All the twitter like/comment jobs are done by sending emails to the registered user.

Suggestions:

Emailing seems to be not working because of it not being integrated properly into the function.

@unownone unownone added bug Something isn't working hacktoberfest Issues that accepts hacktoberfest prs. labels Sep 29, 2022
@RohitShelke10
Copy link

I'd like to work on this

@unownone
Copy link
Owner Author

@RohitShelkeBot Great to here from you! I would love it! Let me know if anything is required.

PS: Make sure to make the PRs on or after 1st october.

@RohitShelke10
Copy link

@unownone Thanks, assign this task to me as well please

@unownone
Copy link
Owner Author

@RohitShelkeBot Done!

@RohitShelke10
Copy link

@unownone I need env values to start server and debug email

@unownone
Copy link
Owner Author

@RohitShelkeBot I think oyu have to generate those yourself. You can set up a local mongodb/cloud atlas or even a docker mongodb to get started. There's enough documentation out there too!

@RohitShelke10
Copy link

@unownone Okay

@RohitShelke10
Copy link

@unownone What about the email host credentials?

@unownone
Copy link
Owner Author

@unownone What about the email host credentials?

Different email providers provide different ways to work with SMTP servers. You'll be using a SMTP server , go through some Libraries that deal with emailing , if the project already has a emailing library then go through its documentation .

For credentials , if it's Google , search how to generate Google SMTP creds?
Same for Microsoft (outlook/Hotmail)

@RohitShelke10
Copy link

The issue is solved

@RohitShelke10
Copy link

@unownone Why is there a send_email_background? The tweetify function is anyways run in the background completely. This was causing an error

@unownone
Copy link
Owner Author

@unownone Why is there a send_email_background? The tweetify function is anyways run in the background completely. This was causing an error

Hey , tweetify function does need to be running in background as it is a exhaustive process and we don't really know it worked until it ends . So that's why we need emailing . You can use blocking emails too . There's send_email_background as an no blocking email , ie i won't really be waiting for it to finish and move on to other work.

@RohitShelke10
Copy link

@unownone I'm getting an error with the existing logic

@unownone
Copy link
Owner Author

@unownone I'm getting an error with the existing logic

Could you provide what error it is ? What type of error and what is the error output? A little bit more information would be really good!

@RohitShelke10
Copy link

@unownone Any way we can connect elsewhere where we can discuss in a better manner

@RohitShelke10 RohitShelke10 removed their assignment Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Issues that accepts hacktoberfest prs.
Projects
None yet
Development

No branches or pull requests

2 participants