What port does email send on?

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

  1. #1

    Default What port does email send on?

    I have been using web.mail to send messages behind the scenes (actually in
    my Windows based apps). Since people have been adding various security and
    firewall tools some of them have blocked the background email traffic.

    What port is used for sending the email?

    Is there anything in particular I should look for on a persons machine as a
    potential cause of the problem?



    Any help is greatly appreciated.


    Greg Smith Guest

  2. Similar Questions and Discussions

    1. Send email from FMS?
      Is it possible to send an email from FMS? If not, how would I go about creating a connection from FMS to a http server running PHP? Just use...
    2. Group email doesn't send because of bad email
      Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,...
    3. send email
      I am trying to build an intranet portal using asp. In this application I have a subsscribe button using which user can can subscribe. I wanted to to...
    4. CDO doesn't send email
      Hi, I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: Dim iMsg2 Dim...
    5. can not send through port 25
      I am unable to send email using any email software (recieving is OK)..... I am also unable to connect via telnet to smtp mail servers using port...
  3. #2

    Default Re: What port does email send on?

    Well, I hate to say it but a quick google search would answer this for you.
    I believe SMTP default port is 25 though.

    --

    - Paul Glavich
    ASP.NET MVP
    ASPInsider ([url]www.aspinsiders.com[/url])


    "Greg Smith" <gjs@umn.edu> wrote in message
    news:d0sinv$ja5$1@lenny.tc.umn.edu...
    > I have been using web.mail to send messages behind the scenes (actually in
    > my Windows based apps). Since people have been adding various security
    and
    > firewall tools some of them have blocked the background email traffic.
    >
    > What port is used for sending the email?
    >
    > Is there anything in particular I should look for on a persons machine as
    a
    > potential cause of the problem?
    >
    >
    >
    > Any help is greatly appreciated.
    >
    >

    Paul Glavich [MVP ASP.NET] 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