Open OlivierCharuel opened 1 month ago
Note: Some SMTP relays does not support localhost in the HELO CMD (which is the default pop behavior).
localhost
To configure HELO value, you can set the following environment variables.
export POP_SMTP_HELO=charm.sh
Or via the cli pop -c charm.sh|pop --smtp.helo charm.sh
pop -c charm.sh
pop --smtp.helo charm.sh
tested via TUI & GUI
SMTP Configuration
Custom HELO
To configure HELO value, you can set the following environment variables.
Or via the cli
pop -c charm.sh
|pop --smtp.helo charm.sh
tested via TUI & GUI