Problem with SMTP authentication

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
intheboat
Posts: 1
Joined: Wed Nov 01, 2023 2:27 pm

Problem with SMTP authentication

Post by intheboat »

Script URL: internal
Version of script: 3.4.3
Hosting company: selfhosted
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
SMTP ANONYMOUS AUTHENTICATION

I'm trying to setup SMTP email however getting the error response from the server below. Our server does not use any username/password for authentication. Is there any way to fix this?

2023-11-01 14:24:21 SERVER -> CLIENT: 220 USODPWPMB001.XXXXXXXXX.int Microsoft ESMTP MAIL Service ready at Wed, 1 Nov 2023 07:24:21 -0700
2023-11-01 14:24:21 CLIENT -> SERVER: EHLO wmsppwvwb006
2023-11-01 14:24:22 SERVER -> CLIENT: 250-USODPWPMB001.XXXXXXXXX.int Hello [10.188.96.56]
250-SIZE 52428800
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-X-ANONYMOUSTLS
250-AUTH GSSAPI NTLM
250-X-EXPS GSSAPI NTLM
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 XRDST
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Problem with SMTP authentication

Post by Klemen »

What is the error message in the red error box that appears (above the log message you posted)?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply