plandex icon indicating copy to clipboard operation
plandex copied to clipboard

Add SMTP_FROM environment variable for flexible sender addresses

Open Chasnechok opened this issue 10 months ago • 0 comments

Description

  • Problem: Currently, emails are sent from the SMTP_USER address, which is also used for authentication. This limits the ability to use email aliases.
  • Solution: Introduced a new environment variable, SMTP_FROM, to set the sender's email address. This allows emails to be sent from different addresses (aliases) without the need to change authentication credentials. If SMTP_FROM is not configured, the system falls back to using SMTP_USER for compatibility.

Example Use Case:

[email protected]
[email protected] 

Chasnechok avatar Apr 05 '24 23:04 Chasnechok