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

web: add option to use Unix 'mail' command to send emails #5487

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

davidpanderson
Copy link
Contributor

Define('EMAIL_USE_CMD', true) in your html/project/project.inc

I recently configured our server to use DKIM (email authentication). This can avoid spam classification.
For some reason, this didn't work with PHPMailer,
but it worked with the Unix 'mail' command.

Define('EMAIL_USE_CMD', true) in your html/project/project.inc

I recently configured our server to use DKIM (email authentication).
This can avoid spam classification.
For some reason, this didn't work with PHPMailer,
but it worked with the Unix 'mail' command.
@AenBleidd AenBleidd added this to the Server Release 1.6.0 milestone Jan 12, 2024
@AenBleidd AenBleidd merged commit 42c27f2 into master Jan 12, 2024
86 checks passed
@AenBleidd AenBleidd deleted the dpa_email_cmd branch January 12, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants