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

Emails not being sent #23

Open
ChinookTx opened this issue Dec 8, 2016 · 6 comments
Open

Emails not being sent #23

ChinookTx opened this issue Dec 8, 2016 · 6 comments

Comments

@ChinookTx
Copy link

I can't get EmailNotifier to send emails upon completion of prints. Nothing happens. Checking the mail server logs, it does not even appear to be trying. Is authentication required? I have a postfix server running on the same lan as my printers, and it is not protected (no login required). Telnet'ing to port 25 on the mail server and entering the commands works. Is there a way to test the emails from the plugin?

@anoved
Copy link
Owner

anoved commented Dec 9, 2016

Thanks for the report. I know this plugin needs an update. It should be considered a work in progress that was probably added to the repository prematurely. (Sorry.)

To answer your question, since the plugin uses yagmail to send email, you might test some of the examples from the yagmail readme directly on your octoprint system.

@cmtec
Copy link

cmtec commented Jan 5, 2017

I have this issue as well.

I might be wrong but it seems that yagmail defaults to gmail port (port='587') when creating the yagmail instance and this plugin do not pass the port as an argument and therefor i guess this plugin only work with gmail right now.

Is it possible to add an port input field for custom/non gmail ports?

@ChinookTx
Copy link
Author

ChinookTx commented Jan 5, 2017 via email

@anoved
Copy link
Owner

anoved commented Apr 19, 2017

In lieu of publishing your version as a fork on GitHub, feel free to simply post [the relevant parts of] your code in reply here for the benefit of anyone trying to use the plugin with a similar email setup.

@intensite
Copy link

intensite commented Apr 22, 2017

I too would love a simple SMTP transport (not gmail), please post the changes if you can. I would like to give it a shot, I am experienced in javascript but a total newbie in Python.

@ChinookTx
Copy link
Author

ChinookTx commented Apr 22, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants