I am doing SMTP program usign java, I have a doubt. Can I use SMTP server IP instead of name like
can I use 64.233.183.109 instead of smtp.gmail.com for gmail smtp?
please tell me ..
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Technically you can, but should the IP change then it will break your script. Whats the problem with just using smtp.gmail.com? It will still show up as being sent from that hostname.