Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We have an smtp email server that requires basic authentication to send mail. The Active Directory services accounts being used are in an authentication AD group. I've confirmed that my service account can authenticate against our smtp server - so that much is known.
However these are the errors that I get when attempting to run a tSendMail component with basic authentication. No TLS or SSL required.
"MySmtpauth.myserver.com"
SMTP Port 25
"authserviceAcct"
"pasS*wrd"
These are the errors:
Exception in component tSendMail_1
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at javax.mail.Transport.send0(Transport.java:169)
at javax.mail.Transport.send(Transport.java:98)
If I have a special character in my pw like the * will that break the encrypt/decrypt process? Any help is appreciated.
Thanks,
Darin