SMTP server Authentication (from own mail client)
hello,
I need to sent AUTH string to my SMTP server. Please, is somebody able to give me advice, or full string rather, about ATH's format.
for example, how its looking for : user="abcde" , password= "m_pass"?
A lot of thanks
out.println( "HELO " + host );
// AUTH
out.println( "AUTH");?
str=in.readLine();

