Giter VIP home page Giter VIP logo

Comments (5)

vitorfs avatar vitorfs commented on September 27, 2024 1

My settings file is exactly the one in the repository at the moment, you can see the email config here:

https://github.com/vitorfs/colossus/blob/master/colossus/settings.py#L149

All the values are modified using environment variables, or a .env file in project root directory (same directory as manage.py file):

.env

[email protected]
DEFAULT_FROM_EMAIL=Vitor Freitas <[email protected]>
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=smtp.mailgun.org
EMAIL_HOST_USER=myusername
EMAIL_HOST_PASSWORD=mypassword

from colossus.

vitorfs avatar vitorfs commented on September 27, 2024

Can you provide some further info from the logs please? It will help investigating the issue

from colossus.

alexauvray avatar alexauvray commented on September 27, 2024

I don't have the log anymore as I have removed Heroku but I will try on my local server.

Are you sure it works on a local server ? I tried sending emails through AWS SMTP but I receive no mail. And I have no logs unfortunately.

from colossus.

vitorfs avatar vitorfs commented on September 27, 2024

Yep, I'm currently using it for my newsletter:

https://colossus.simpleisbetterthancomplex.com/newsletter/

I know that AWS SES needs domain verification or whitelisting while in "test" mode

But regardless I will try to debug and see if anything is wrong

from colossus.

alexauvray avatar alexauvray commented on September 27, 2024

Yes exactly. My domains and email addresses are verified. I use AWS with PHPMailer and it works fine. So I'm wondering what I did wrong in Colossus settings... If you have any idea ? Could you send me a capture of your settings (blurring the credentials of course) ?

from colossus.

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.