Hi,
Normally i see examples specifying as "Host" and "Port" with the following one:
dim client as new smptmail
client.host="localhost"
client.port=25
Is this one is default to every webserver for sending mails.
Can i use ------------> client.host="www.mysitename.com" client.port=25
As i know, we can use either ip address or domain name as a host. Right now i don't know my site ip address.
What you would prefer to use either "IP Address" or "Domain Name"
Thanks in Advance.
Best Regards
Arshad
Please Mark as Answer if the post is helpful to you.