mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
SMTP Authentication via EHLO #508
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Smiley3112 on GitHub (May 17, 2024).
Hi all, please can the new SMTP support have an addition env variable?
This can be used with google workspaces SMTP Relays, without the need of a user account.
The variable could be SMTP_NAME and simply adds the name property to the nodemailer.createTransport function. This variable can specify the domain the google workspace account is using. The "Only accept mail from the specified IP addresses" will need to point to the IP of the planka server to accept this.
I can make a pull request, if everyone is happy for me to do so?
Also, please can this not go overlooked with the (exciting) V2?
Kind regards,
Liam :)
@meltyshev commented on GitHub (May 17, 2024):
Hi! This really needs to be added. Please make a PR, we'll definitely accept it 🙏
We'll be sure to move all the added changes to v2, meaning it shouldn't be the case that something will be missing from the first version after the update.