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

Add SMTP_FROM environment variable for flexible sender addresses #39

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Add SMTP_FROM environment variable for flexible sender addresses #39

merged 1 commit into from
Apr 6, 2024

Conversation

Chasnechok
Copy link
Contributor

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:

@danenania danenania merged commit 2076ade into plandex-ai:main Apr 6, 2024
@danenania
Copy link
Contributor

Thanks! It will be included in the next server release (or will be included now if building from source).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants