hi,
I am new to java networking, i tried to send a mail from my java program,in the code i set debug to true
i get the following error
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "smtp.gmail.com ", port 465, isSSL false
i have no idea why this is coming even after i set the proper server name and the port.
any suggestion is most welcome, Eagerly looking for a reply.
Thanks a lot in advance
I am new to java networking, i tried to send a mail from my java program,in the code i set debug to true
i get the following error
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "smtp.gmail.com ", port 465, isSSL false
i have no idea why this is coming even after i set the proper server name and the port.
any suggestion is most welcome, Eagerly looking for a reply.
Thanks a lot in advance
Comment