charmbracelet / pop

Send emails from your terminal 📬
MIT License
2.41k stars 51 forks source link

Feat/support helo customization #102

Open OlivierCharuel opened 1 month ago

OlivierCharuel commented 1 month ago

SMTP Configuration

Custom HELO

Note: Some SMTP relays does not support localhost in the HELO CMD (which is the default pop behavior).

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


tested via TUI & GUI