Hi everyone,
I tried to use the code in https://www.ariscommunity.com/users/amol/2011-10-11-how-send-email-using-aris-script. But there is always an error.
I saw the setting in Aris connect
Does it mean that I should set props.setProperty("mail.smtp.auth", "true"); and give user name and password at smtpTransport.connect() or always props.setProperty("mail.smtp.auth", "false")?
Could it be the reason? If yes, then maybe I have to ask someone for the password because it's hidden now.