javamail - What are the port i can use to send email in java? -


i developing email sender in java. need know port using in javamail.jar?

and other ports can use ?

common email ports:

smtp                      port 25 or 2525 or 587 secure smtp (ssl / tls)   port 465 or 25 or 587, 2526 (elastic email) pop3                      port 110 imap                      port 143 imap ssl (imaps)          port 993 

take look here further info


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -