-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Cannot use SMTP server that doesn't require authentication #429
Comments
Just to clarify, you are using the correct ports and host etc? |
Yes, but it won't let me save the settings without entering a username/password combination. |
Oh wait, so your problem is that you have to enter a username and password, but you are saying that should be optional? That makes more sense now. |
Exactly :) Thank you sir that should work perfectly. |
TODO: Need to test the new changes (especially the new UI logic). @FrankFromHR once i've tested are you willing to try the dev build to confirm it fixes your issue? |
@FrankFromHR The dev build with the fixed SMTP authentication is here: https://ci.appveyor.com/project/tidusjar/requestplex/build/1.8.654/artifacts Please can you confirm that this fixes your issue? |
@tidusjar let me give it a try. |
It doesn't appear to be working. Message Area Log Level Date I've tried it using the localhost running SSMTP and also my ISP provider.. I never get anymore logs and nothing ever ends up in my email. |
You not getting any logs is a good thing, it means that nothing went wrong in the code... Are you 100% sure there is no email, check junk/spam? |
Nothing in Spam. Are you outputting the SMTP output to the log at all? I'm wondering if it's being rejected by my ISP for some reason. Sorry posted my reply under my work account. |
We only output things to the log when something goes wrong e.g. We get a bad response from the SMTP server (Since we are technically creating a SMTP client we will get responses) We will log an |
Okay, I'm not sure what's happening then. I'm able to send email using both the localhost SSMTP configuration and my ISP from the server using mail. |
It's working now? |
Sorry mail is a CLI application on the server, I'm running this on Ubuntu 16.04. |
Plex Requests.Net Version: 1.8.4
Operating System: Ubuntu 16.04 x64
Mono Version: 4.2.1
Applicable Logs (from
/logs/
directory or the Admin page):System.NotSupportedException: The SMTP server does not support authentication. at MailKit.Net.Smtp.SmtpClient.Authenticate (System.Text.Encoding encoding, ICredentials credentials, CancellationToken cancellationToken) <0x4200c6a0 + 0x00747> in :0 at MailKit.MailService.Authenticate (System.String userName, System.String password, CancellationToken cancellationToken) <0x4200c380 + 0x00094> in :0 at PlexRequests.Services.Notification.EmailMessageNotification+d__14.MoveNext () <0x41ff88b0 + 0x0020b> in :0
I did a quick search but I didn't see anything else mentioning this kind of error. This also stops me from using SSMTP which I've configured on the server as my default SMTP server because of the same issue, no authentication required.
The text was updated successfully, but these errors were encountered: