We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
truemail-go
Current Limitation:
Add SOCKS5 proxy support to the ConfigurationAttr structure with two possible implementation options:
ConfigurationAttr
SmtpProxy struct { Host string Port int User string Password string }
SmtpProxy: "socks5://user:pass@host:port"
Local Development: Enables developers to test SMTP validation locally even when port 25 is blocked
Production Scalability: Allows rotating between different IP addresses through proxies to prevent rate limiting and blocks
Reliability: Improves success rate of email validation at scale
The feature should be optional, maintaining backward compatibility with existing configurations.
The text was updated successfully, but these errors were encountered:
bestwebua
No branches or pull requests
[FEATURE] Add SOCKS5 Proxy Support for SMTP Email Validation
New feature request checklist
truemail-go
to the latest versionProblem Statement
Current Limitation:
Proposed Solution
Add SOCKS5 proxy support to the
ConfigurationAttr
structure with two possible implementation options:SmtpProxy: "socks5://user:pass@host:port"
Business Value
Local Development: Enables developers to test SMTP validation locally even when port 25 is blocked
Production Scalability: Allows rotating between different IP addresses through proxies to prevent rate limiting and blocks
Reliability: Improves success rate of email validation at scale
The feature should be optional, maintaining backward compatibility with existing configurations.
The text was updated successfully, but these errors were encountered: