Sending mail to Hotmail - Using Smtpserver

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Sending mail to Hotmail - Using Smtpserver

    HI,

    I am using System.web.mail class in my application to
    send mails. I am using SMTP server for the same. I can
    send mail to the intranet addresses, But when i send mails
    to Hotmail or other domains the mails are not sent. What
    should i do for the sending mails to hotmail and other
    accounts. (But if i have send mails to hotmail from my
    acount then i can send mails. ) Kindly reply for my
    problems.


    regards

    A. jayakumar
    Jayakumar Guest

  2. Similar Questions and Discussions

    1. Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
      I am not sure these web based mail support POP3 or IMAP4. Is there any mail component out there that can retrieve mail from these services? --...
    2. CFMAIL and HTML Mail (Yahoo and Hotmail)
      I am having some display issues when using cfmail to send email from a site. The following chars are always present while viewing an HTML message...
    3. Sending Flash animations to Yahoo/Hotmail accounts, using CFMAIL???
      I have a monthly e-newsletter I send out for a client. In the past, it has been working fine, but now I'm trying to send/embed a Flash swf file...
    4. #22991 [Com]: PHP mail not being received by hotmail
      ID: 22991 Comment by: rivera_karina at hotmail dot com Reported By: rcflyer at myself dot com Status: Bogus...
    5. #25357 [NEW]: Mail() function is loosing cahracters when sending mail
      From: pjsmith at microtech dot co dot gg Operating system: Windows 2003, IIS, ISAPI PHP version: 4.3.3 PHP Bug Type: *Mail...
  3. #2

    Default Re: Sending mail to Hotmail - Using Smtpserver

    Hi,
    are you using the local SMTP Server on the machine ? if so please check if
    there is a smart host in the smtp properties or not
    SMTP Properties -> Delivery -> Advanced
    if the smart host field is empty then fill it with external smtp server that
    can route your messages to the external domains

    hope this help

    Regards,
    Mohamed


    "Jayakumar" <jayakumara@hotmail.com> wrote in message
    news:09fd01c360a3$189fd6d0$a401280a@phx.gbl...
    > HI,
    >
    > I am using System.web.mail class in my application to
    > send mails. I am using SMTP server for the same. I can
    > send mail to the intranet addresses, But when i send mails
    > to Hotmail or other domains the mails are not sent. What
    > should i do for the sending mails to hotmail and other
    > accounts. (But if i have send mails to hotmail from my
    > acount then i can send mails. ) Kindly reply for my
    > problems.
    >
    >
    > regards
    >
    > A. jayakumar

    Mohamed Zaki Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139