godaddy sending mail and (hotmail / gmail)

Last post 11-11-2009 8:55 AM by satalaj. 12 replies.

Sort Posts:

  • godaddy sending mail and (hotmail / gmail)

    11-05-2009, 10:00 AM
    • Member
      11 point Member
    • issam1975
    • Member since 04-21-2009, 1:34 PM
    • Posts 67

    hi


    i know that this is a godaddy related question but searching theirs forums and contacting them give me nothing


    i have this code to send email from a contact form :

    {
      MailMessage message = new MailMessage();
              SmtpClient smtp = new SmtpClient();
    
            //Get the message ready to send
              message.From = new MailAddress(mailtextbox.Text);
                   message.To.Add(new MailAddress("mytestmail@gmail.com"));
    
                   message.Headers.Add("Reply-To", mailtextbox.Text);
                   message.IsBodyHtml = true;
                   message.Subject = "Contact - " + TextBox4.Text + " - " + TextBox3.Text;
                  
                   message.Body = TextBox2.Text;
                   smtp.Host = "relay-hosting.secureserver.net";
               //    smtp.Port = 25;
           
                   smtp.Send(message);
                   TextBox4.Text = "";
                   mailtextbox.Text = "";
                   TextBox3.Text = "";
                   TextBox2.Text = "";
    }


    the problem is when i choose xxxx@hotmail.com or xxxx@gmail.com as sender email adress i have this error :

    Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1)


    any other adresse work perfectely

    thanks for any suggestion

    good day to all


  • Re: godaddy sending mail and (hotmail / gmail)

    11-05-2009, 11:36 AM
    • All-Star
      27,675 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 9:49 AM
    • Mumbai
    • Posts 4,685

    Hi,

    conatct Godady They will Help By Opening Support For SMTP

    Simple Mail sending Saple..

    http://www.aspheute.com/english/20000918.asp

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: godaddy sending mail and (hotmail / gmail)

    11-05-2009, 12:23 PM
    • Member
      438 point Member
    • urstop
    • Member since 12-04-2007, 3:24 AM
    • Posts 100

     Forget it. Its not going to work that way with GoDaddy. The From address needs to be a Email address from one of the email accounts of the domain hosted by you at go daddy. I have tried it the past and am sure about it.

  • Re: godaddy sending mail and (hotmail / gmail)

    11-06-2009, 1:00 PM
    • All-Star
      27,675 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 9:49 AM
    • Mumbai
    • Posts 4,685

    U have pass Password,SMTP server address, Port Number, and Then ID..

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: godaddy sending mail and (hotmail / gmail)

    11-08-2009, 3:29 AM
    • Member
      11 point Member
    • issam1975
    • Member since 04-21-2009, 1:34 PM
    • Posts 67

    what ID ?


    my code work only if i choose another from adresse than gmail or hotmail.com


    i read that godaddy block emails comming from these two adresses so i am looking for the alternative


    thanks and good day

  • Re: godaddy sending mail and (hotmail / gmail)

    11-08-2009, 1:35 PM
    • Contributor
      2,700 point Contributor
    • TOMCIO
    • Member since 07-12-2003, 10:19 AM
    • Chicago
    • Posts 669

    set FROM address to your company address (no-reply@domain.com ) and simply add

    message.ReplyTo = New MailAddress(mailtextbox.Text)

     

    this way your form will be able to send e-mails and when you hit reply in e-mail client it will set the customers e-mail in TO field

    NMG Easy Newsletter - Add newsletter to your site for FREE
    ASP.net hosting - the best way to find good, reliable ASP.net hosting.
  • Re: godaddy sending mail and (hotmail / gmail)

    11-08-2009, 11:06 PM
    • All-Star
      77,975 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 10:43 AM
    • Naples, FL, USA
    • Posts 10,600
    • Moderator
      TrustedFriends-MVPs

    issam1975:
    i read that godaddy block emails comming from these two adresses so i am looking for the alternative
     

    Wouldn't the alternative, assuming you want to use one of those as your mail host, be to not use GoDaddy?

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: godaddy sending mail and (hotmail / gmail)

    11-10-2009, 10:05 PM
    • Member
      26 point Member
    • CeOfFuture
    • Member since 08-02-2009, 1:28 PM
    • Posts 159

    GoDaddy does not support other smtp servers like hotmail gmail and yahoo

    i tried 3 of them


    they were working on my local host but not on GoDaddy server


  • Re: godaddy sending mail and (hotmail / gmail)

    11-11-2009, 4:33 AM
    • Member
      11 point Member
    • issam1975
    • Member since 04-21-2009, 1:34 PM
    • Posts 67
    and the solution is .................................................................... ?
  • Re: godaddy sending mail and (hotmail / gmail)

    11-11-2009, 4:37 AM
    • Contributor
      4,530 point Contributor
    • stanly
    • Member since 02-09-2009, 9:35 AM
    • Chennai
    • Posts 1,022

    issam1975:
    and the solution is .................................................................... ?

    Change your Hosting Provider....


    Follow me on Twitter Stanly


    Highlight Search Keyword in datalist
    Import .dbf data to gridview and SQL
    If this post was useful to you, please mark it as answer
  • Re: godaddy sending mail and (hotmail / gmail)

    11-11-2009, 4:40 AM
    • Member
      26 point Member
    • CeOfFuture
    • Member since 08-02-2009, 1:28 PM
    • Posts 159

    stanly:

    issam1975:
    and the solution is .................................................................... ?

    Change your Hosting Provider....

    unfortunately this is the solution

  • Re: godaddy sending mail and (hotmail / gmail)

    11-11-2009, 8:47 AM
    • Member
      11 point Member
    • issam1975
    • Member since 04-21-2009, 1:34 PM
    • Posts 67

    i just wanted to edit my post to say :

    please  don't tell me to change my hosting :)



    anyway thanks

  • Re: godaddy sending mail and (hotmail / gmail)

    11-11-2009, 8:55 AM
    • Star
      9,614 point Star
    • satalaj
    • Member since 11-28-2007, 12:41 AM
    • Pune
    • Posts 1,878

    Hi,
     Have you tried this configurations http://www.revenmerchantservices.com/page/Godaddy-email-configuration-settings.aspx 
    you can use hotmail smtp also for sending email
    like this http://www.revenmerchantservices.com/post/2009/06/01/C-Send-email.aspx

    Satalaj


     

Page 1 of 1 (13 items)