Hello. I am having an issue with sending an email through a C# program. I have tested the code with another email (non-x10hosting email) which it worked. But whenever I try sending an email through x10's services it gives me "Send Failure". I have used the SMTP Port and Server (I tried both the secure and not as secure smtp portals) provided under "Configure Mail Client".
What I am basically trying to do is send an email with information (a textbox) for a specific purpose. Sadly, I have been unable to use x10hosting's email services for such.
The code can be located at: http://pastie.org/private/piimp3uufzaf2xh8tamba
This is just a basic script I am trying to create to use in a larger project.
<emailsendingto> is the x10 email that I will be sending to
<emailsendingfrom> is the x10 email I will be sending from
<password> is the email password set in the cpanel.
<smtp> is the smtp sever/client which was mail.<site>.x10.mx
Any help is greatly appreciated.
Thank you!
What I am basically trying to do is send an email with information (a textbox) for a specific purpose. Sadly, I have been unable to use x10hosting's email services for such.
The code can be located at: http://pastie.org/private/piimp3uufzaf2xh8tamba
This is just a basic script I am trying to create to use in a larger project.
<emailsendingto> is the x10 email that I will be sending to
<emailsendingfrom> is the x10 email I will be sending from
<password> is the email password set in the cpanel.
<smtp> is the smtp sever/client which was mail.<site>.x10.mx
Any help is greatly appreciated.
Thank you!