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

Please add documentation for using rss2email with smtp/gmail #63

Open
sudhirkhanger opened this issue Sep 7, 2015 · 2 comments
Open

Comments

@sudhirkhanger
Copy link

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?

@felipem775
Copy link

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

@Ekleog
Copy link

Ekleog commented Sep 11, 2020

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

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

No branches or pull requests

3 participants