Oui, j'ai besoin d'une solution
I have an issues because my client clicked on reset password and AT&T blocks port 25. what I would like to do is simply use the SMTP server from email hosting provider. I see where to change the server name and the port. However, this server requires authentication so I need to pass the user name and password along.
What the format to do this in the MailConfig.Properties file.
the current format is as follows:
adminMailReciptants=user@domain.com
mailSender=
mailSrvPort=25
mailPwd= there is data here
mailAdmin=
sslEnable=false
mailServer=local server name
thanks,
Mace