Hi all,
I just got it to work at my locations. I will check it at my customers in a few days.
Since MKL told me it was probably an issue with the smtp email server IP address. I looked around on some forums and found that my smtp server is smtpout.secureserver.net
In order to find the ip address for this server I went to the command prompt in windows and entered the following
ping smtpout.secureserver.net
it answered back with
Pinging smtpout.where.secureserver.net [xx.xxx.xx.xx] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for xx.xxx.xx.xx:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I then used the xx.xxx.xx.xx that was returnd from the ping for my Server Address and it worked!!!
I hope this helps others.