Coder Social home page Coder Social logo

django-gsuite-email's People

Contributors

slicefox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-gsuite-email's Issues

Unclear Documentation

Hi,

Just wanted to clarify some documentation - we create a service account credential file - okay. How do we tell your awesome repo to use that?

Surely we can't just set the email backend and from email - there must be more?

Thanks for all your hard work slicefox!
Omar

BCC is not working

from django.core.mail import EmailMessage

email = EmailMessage(
    'Test email',
    'Email body',
    '[email protected]',
    ['main_recipient@some_other.domain'],
    ['[email protected]'],
)

email.send()

Hello there,

I'm trying to send an email with some address in BCC, it arrives as expected to the main recipient but it does not arrive to the hidden ones... Is it a know bug? How can I send emails with BCC recipients?

Thank you

F.

Support display name in email From field

Heya, thanks for the library! Just want to report a feature request.

The current implementation uses the from_email field of a send_mail call and uses it both for the email 'From' field and the GSuite impersonation subject.

Unfortunately this means that if we try to set a display name for the From field, like No Reply <[email protected]>, we get an Invalid Impersonation error.

I think what should be done is that that the email's display name should be kept for the 'From' field but removed for the GSuite subject, or somehow supply a different field.

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.