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

Test Email Notification not working on Mono #147

Closed
evilspectre opened this issue Apr 7, 2016 · 9 comments
Closed

Test Email Notification not working on Mono #147

evilspectre opened this issue Apr 7, 2016 · 9 comments

Comments

@evilspectre
Copy link

Plex Requests.Net Version:

1.6.0

Operating System:

Debian 8

Mono Version:

4.2.3

Applicable Logs (from /logs/ directory or the Admin page):

2016/04/06 16:16:06.852 PlexRequests.UI.Modules.AdminModule Trace: {
"EmailHost": "localsmtp",
"EmailPort": 25,
"Ssl": false,
"RecipientEmail": "email@address.net",
"EmailSender": "email@address.net",
"EmailUsername": "localuser",
"EmailPassword": "pass",
"Enabled": true,
"Id": 0
}
2016/04/06 16:16:06.862 PlexRequests.UI.Modules.AdminModule Info: Saved email settings, result: True
2016/04/06 16:16:07.888 PlexRequests.UI.Modules.AdminModule Info: Sent email notification test

Reproduction Steps:

I am able to send test email notifications on Windows 2012R2 with .Net 4.6.1, but cannot send test email notifications running either Docker image or Debian VM using the same email settings.

@tidusjar
Copy link
Member

tidusjar commented Apr 7, 2016

And I assume that the email host is correct when you are running it through docker or debian?

@tidusjar
Copy link
Member

tidusjar commented Apr 7, 2016

@evilspectre Also can you see it in your sent folder (Using some sort of email application) and you sure it's not in Spam/junk?

@Drewster727
Copy link
Contributor

@tidusjar I can confirm this as well, same issue on ubuntu server w/ mono 4.2.3. Email settings are correct.

@evilspectre
Copy link
Author

@tidusjar the email server I am using is an in network SMTP relay, looking at the logs it does not even speak to the STMP server.

@tidusjar
Copy link
Member

tidusjar commented Apr 7, 2016

Yeah, it's a problem in mono, we are going to switch out the SMTP bit for mono's reccomended SMTP client.

@ghost
Copy link

ghost commented Apr 9, 2016

I've got the same problem as above, however the test email isn't my only problem. I've configured Plex Requests to use my mailserver, test email doesn't work and when a user requests an item, I don't receive an email either.
PlexRequests host: Debian 8 in an container using mono 4.2.3
Mailserver: imap using starttls over port 587

@tidusjar
Copy link
Member

tidusjar commented Apr 9, 2016

@krikv Correct, email's currently do not work

@ghost
Copy link

ghost commented Apr 9, 2016

@tidusjar Thank you, I wan't sure if it was just the problem with the test mail or mailing in general. Thanks for clearing that up!

Drewster727 pushed a commit that referenced this issue Apr 11, 2016
…s incompatibilities with the latest version of mono (4.2.3.4) -- fixes notifications not working #152 #147 #141
@tidusjar
Copy link
Member

Fixed in release 1.6.1

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

3 participants