Skip to content

Send e-mails using Gmail Python module instead of SMTPlib #12

Description

@dotbugfix

Using SMTPlib in Python with the Gmail server has multiple problems:

  1. The user has to type in their username/password in WittyMail (so we can access it or log it)
  2. In Gmail settings, the user needs to 'allow access to insecure apps'

This is an undesirable experience. Once we implement login using Google OAuth, we should be able to use the same token to send emails and not have to do 1 or 2 above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendWork on the Python backendenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions