Git Product home page Git Product logo

Comments (6)

skug67 avatar skug67 commented on May 24, 2024 1

OK, looks like the problem was client side. I was testing with DAVx5 on Android, but was giving the account a name other than my email because I didn't want to conflict with the existing caldav account I was using (baikal -- with the intent to migrate to davis). When I renamed the account to use the email address everything started to work fine.

Thanks to all for quick responses/suggestions.

from davis.

tchapi avatar tchapi commented on May 24, 2024

Hi,
Can you share your configuration regarding the mail setup (without personal info or credentials of course) ?

from davis.

skug67 avatar skug67 commented on May 24, 2024

I've tried (at least) the following variations:

MAILER_DSN=smtp://[FQDN]:465?encryption=ssl&auth_mode=login&username=[USERNAME]&password=[PASSWORD]

and

MAILER_DSN=smtp://[FQDN]:587?encryption=tls&auth_mode=login&username=[USERNAME]&password=[PASSWORD]

MAILER_DSN=smtp://localhost

there may have been other variations that I didn't save for posterity

from davis.

de-es avatar de-es commented on May 24, 2024

I successfully use

MAILER_DSN=smtps://[USERNAME]:[PASSWORD]@[FQDN]

Be sure you URL-encoded your credentials, see https://symfony.com/doc/5.4/mailer.html

from davis.

skug67 avatar skug67 commented on May 24, 2024

Tried that formulation as well. No joy. Still complete silence in the postfix logs, and nothing including "smtp" or "SMTP" or my FQDN in dev.log either

from davis.

tchapi avatar tchapi commented on May 24, 2024

Glad you made it work ! 🎉

from davis.

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.