Search

You searched for the word(s): userid:650246

Matching Posts

  • Re: Remote Host email with .NEt 2.0

    I have a free email account on a regitered godaddy domain let's call it myaccount@mydomain.com myaccount is configured to allow SMTP relaying (not sure if needed) and I am _not_ using system.net.mail but instead a C# Mailer Example (http://www.aspemporium.com/) that uses sockets directly. You need to use "myaccount@mydomain.com" as the username and the same password used when loggin on the godaddy web-based mail. here is the code: void SendMail() { //create and send a simple email with no attachments
    Posted to Web Forms (Forum) by yair01 on 3/25/2006
  • Re: Problem with System.Net.Mail on GoDaddy

    I had the same problem with "relaying denied from your location" and solved it by adding "auth login": I have a free email account on a regitered godaddy domain let's call it myaccount@mydomain.com myaccount is configured to allow SMTP relaying (not sure if needed) and I am _not_ using system.net.mail but instead a C# Mailer Example (http://www.aspemporium.com/) that uses sockets directly. You need to use "myaccount@mydomain.com" as the username and the same password used when loggin on the godaddy
    Posted to Getting Started (Forum) by yair01 on 3/25/2006
Page 1 of 1 (2 items)