Hi,
I have a simple WinForm app coded in c# that just simply sends a message to myself currently (to this hotmail account, from my x10 domain email account) - later, it will be to send emails to a subscribed mailing list
I keep getting the error "connection timed out" regardless how long I set it to, after looking online for a while it seems its possible theres an issue with the web service thats possibly blocking this connection?
I am using port 465 on SSL, to xo7.x10hosting.com trying to send from dev@simpleminded.x10host.com with the password for that email (also tried the password of my actual x10 account
Is there a step I am not doing correctly to cause the timeout? Looking online suggests:
Thanks for any help you can provide!
I have a simple WinForm app coded in c# that just simply sends a message to myself currently (to this hotmail account, from my x10 domain email account) - later, it will be to send emails to a subscribed mailing list
I keep getting the error "connection timed out" regardless how long I set it to, after looking online for a while it seems its possible theres an issue with the web service thats possibly blocking this connection?
I am using port 465 on SSL, to xo7.x10hosting.com trying to send from dev@simpleminded.x10host.com with the password for that email (also tried the password of my actual x10 account
Is there a step I am not doing correctly to cause the timeout? Looking online suggests:
- It cannot reach the server
- It is blocked locally by the system firewall (which is outruled)
- Email or password is incorrect (also outruled)
Thanks for any help you can provide!