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

feat: support setting custom sender domain #79

Merged
merged 3 commits into from
Feb 25, 2023

Conversation

taisph
Copy link
Contributor

@taisph taisph commented Feb 23, 2023

Some SMTP servers, such as the Gmail SMTP-relay, requires a proper
domain name in the inital EHLO/HELO exchange and will reject attempts to
use localhost.

Some SMTP servers, such as the Gmail SMTP-relay, requires a proper
domain name in the inital EHLO/HELO exchange and will reject attempts to
use localhost.
domodwyer
domodwyer previously approved these changes Feb 25, 2023
Copy link
Owner

@domodwyer domodwyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you @taisph 🙏

Thank you for adding tests too

Switch deprecated linters to their suggested replacements.
Check the return value of the HELO when specifying a sender domain name.
@domodwyer
Copy link
Owner

@taisph I pushed a commit to fix the CI failures 👍

@domodwyer domodwyer merged commit 8cabd8d into domodwyer:master Feb 25, 2023
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.

None yet

2 participants