- Joined
- Oct 9, 2017
- Messages
- 40
- Reaction score
- 1
Hi All, Since i have upgraded to 15.5.3 my custom SMTP server seems to have been disabled
So i enabled the 3cx SMTP relay.
When i try to send a welcome email it just never arrives.
Now ive checked the logs
And im getting a denied error ?
Can someone clarify? or assist if they have had similar issues?
So i enabled the 3cx SMTP relay.
When i try to send a welcome email it just never arrives.
Now ive checked the logs
And im getting a denied error ?
Can someone clarify? or assist if they have had similar issues?
Code:
2018/05/02 11:53:05.718|3336|0003|Excpt|MailKit.Security.AuthenticationException: AuthenticationInvalidCredentials: 5.7.0 Denied
at MailKit.Net.Smtp.SmtpClient.<AuthenticateAsync>d__64.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MailKit.Net.Smtp.SmtpClient.Authenticate(Encoding encoding, ICredentials credentials, CancellationToken cancellationToken)
at MailKit.MailService.Authenticate(String userName, String password, CancellationToken cancellationToken)
at GenericUtilsNet.MailTemplateSender.Send(XDocument template, Func`2 getParameter, String mailTo, IEnumerable`1 attachments)
at _3cxSystemService.ExtSheduller.WelcomeEmailSender.SendWelcome(Extension ext)
at _3cxSystemService.ExtSheduller.WelcomeEmailSender.SendingProc()