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

Fix using a program to send mail #1783

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Conversation

ddpbsd
Copy link
Member

@ddpbsd ddpbsd commented Oct 21, 2019

Extend the check for cases where mail->smtpserver[0] != '/'.
If forking a program to send email instead of sending it directly,
don't expect there to be a network socket. Don't try to use that
socket. Just use the program.

Compile tested only, I don't have this setup.

From issue #1781

Extend the check for cases where mail->smtpserver[0] != '/'.
If forking a program to send email instead of sending it directly,
don't expect there to be a network socket. Don't try to use that
socket. Just use the program.
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.

2 participants