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

🐛 Bug Report: Failed to send email #426

Closed
martirale opened this issue Mar 20, 2024 · 1 comment
Closed

🐛 Bug Report: Failed to send email #426

martirale opened this issue Mar 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@martirale
Copy link

👟 Reproduction steps

I have Pingvin Share installed as an LXC in Proxmox. It works great except for sending emails. I'm trying to configure the SMTP server with Google's (since the domain I use is linked to Google Workspace).

I share the configuration I am using:

Host: smtp.gmail.com
Port: 587
Mail: no-reply@amlab.site
User: hola@alemartir.com
Password: app password created from my Gmail email

When sending the test email, this error occurs: self-signed certificate and I don't know how to solve it. I am using Nginx Proxy Manager to internally resolve my local IPs to my custom domain. Likewise, through Cloudflare I have Pingvin Share accessible with valid SSLs so I don't know where the problem could be.

👍 Expected behavior

That the email would be sent and I would receive it in my email (although I don't really know which email it would arrive in).

👎 Actual Behavior

190504

🌐 Browser

Edge (Windows 11 Pro 23H2)

@martirale martirale added the bug Something isn't working label Mar 20, 2024
@martirale
Copy link
Author

Hello! I found the solution by experimenting with different parameters. I share them with you.

First: port 587 seems to be the problem, when using port 465 everything worked correctly. Likewise, I don't know if it really had an influence or not, but Gmail generates the application password with spaces every four characters, which I removed when I changed the port.

I hope it helps you, for whatever reason, I leave the configuration as I have it at the moment, already working.

Host: smtp.gmail.com
Port: 465
Mail: example@example.com
User: example@example.com
Password: app password created from my Gmail email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant