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
email-protocol = sendmail sendmail = /usr/sbin/sendmail smtp-auth = True smtp-username = username smtp-password = password smtp-server = smtp.domain.org:25 smtp-ssl = False smtp-ssl-protocol = SSLv3
Could anyone please help me setup smtp using a gmail account? What is the smtp-ssl-protocol am I supposed to use?
smtp-ssl-protocol
The text was updated successfully, but these errors were encountered:
I think it's not enought, emails are marked as spam, i think need change another value.
email-protocol = sendmail sendmail = /usr/sbin/sendmail smtp-auth = True smtp-username = [email protected] smtp-password = password smtp-server = smtp.gmail.com:465 smtp-ssl = True smtp-ssl-protocol = SSLv3
Sorry, something went wrong.
Hello,
This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .
If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?
Cheers, Leo
No branches or pull requests
Could anyone please help me setup smtp using a gmail account? What is the
smtp-ssl-protocol
am I supposed to use?The text was updated successfully, but these errors were encountered: