Code Monkey home page Code Monkey logo

Comments (12)

recluze avatar recluze commented on June 6, 2024 1

I haven't had any issues with local mail sending but I guess it can't hurt to use Mailgun. At the very least, we'll solve the issue of mail going to the spam folder with this. Let's keep it.

from autograder.

recluze avatar recluze commented on June 6, 2024

Can we make it so that signup requires email verification? (To ensure that if the student registers with an ID, they actually own that email.)

from autograder.

soachishti avatar soachishti commented on June 6, 2024

@bilalzaib

from autograder.

bilalzaib avatar bilalzaib commented on June 6, 2024

@soachishti
Done with signup email verification but didn't push changes

from autograder.

soachishti avatar soachishti commented on June 6, 2024

Create a branch of that code, push that branch and start a pull request.

git add .
git commit -m "Changes"
git checkout -b SignupVerification
git push origin SignupVerification

Logon to GitHub and start a pull request.

@bilalzaib

from autograder.

soachishti avatar soachishti commented on June 6, 2024

SMTP settings are added (Mailgun). #21

You will have to install following modules pip install django-anymail[mailgun]

"From" section of email for "Password Reset" and "Sign Up Invitation" will be [email protected]. It is limited by Mailgun. However it can be changed but that new email need to be enabled from Mailgun online account settings.

@bilalzaib @recluze

from autograder.

recluze avatar recluze commented on June 6, 2024

Umm.. why are we using mailgun? What's wrong with local SMTP (other than the fact that it will most probably land in their SPAM folder ... but that can be taken care of easily). Not saying we shouldn't do this. Just asking.

from autograder.

soachishti avatar soachishti commented on June 6, 2024

In most cases local SMTP doesn't work, you can take example of my mine. If we move to web hosting provider they have switched SMTP to paid option for example GoDaddy.

However we can use Google and Outlook SMTP server for delivering emails. I have been using Mandrill and Mailgun for quiet long a ago that is why I selected this service.

from autograder.

recluze avatar recluze commented on June 6, 2024

Tried signing up with user's email recluze on the gmail domain... Got this error. I suppose we can go ahead and remove the email verification for now so that students can start using the system until we figure out how to handle verification.

screen shot 2017-09-04 at 9 01 13 pm

from autograder.

soachishti avatar soachishti commented on June 6, 2024

#30

Added Outlook SMTP.

from autograder.

recluze avatar recluze commented on June 6, 2024

Works. Please send me the updated password through email and close this out please. Thanks.

from autograder.

soachishti avatar soachishti commented on June 6, 2024

Closing this issue... Sent the new settings.py file to your email address.

from autograder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.