Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App not sending email #131

Open
Gredin67 opened this issue Aug 22, 2024 · 2 comments
Open

App not sending email #131

Gredin67 opened this issue Aug 22, 2024 · 2 comments

Comments

@Gredin67
Copy link
Contributor

After activating the email verification for new suscriptions, I am asked for email verification for admin accout ([email protected]) and I do not receive any email.. At the same time, I also set the email adress to [email protected] , which was defined as an alias for the same mailbox as admin@
Did someone test if the app is able to send email at all ?

So I'm not able to login :(

@Gredin67
Copy link
Contributor Author

I think email is not configured correctly

@Gredin67 Gredin67 changed the title email verification for admin account App not sending email Aug 23, 2024
@Gredin67
Copy link
Contributor Author

Here is my setup :

  • HELO (reverse DNS) on maindomain.tld
  • fab-manager installed on manager.fablabdomain.tld
  • If possible I would like the app to send email from [email protected] which is the email of the main admin of the app.

Here is my config :

# Email config
DELIVERY_METHOD=smtp
SMTP_ADDRESS=localhost
#SMTP_SERVER=localhost
SMTP_PORT=25
#SMTP_DOMAIN=maindomain.tld
SMTP_DOMAIN=manager.fablabdomain.tld
#SMTP_LOGIN=fab-manager
SMTP_USER_NAME=fab-manager
#SMTP_FROM_ADDRESS=Manager FabLab <[email protected]>
SMTP_PASSWORD=xxxxxxxx
SMTP_AUTHENTICATION=plain
SMTP_ENABLE_STARTTLS_AUTO=false
SMTP_OPENSSL_VERIFY_MODE=none
SMTP_TLS=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant