send email internally

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saifee

    send email internally

    hi,
    i want to send mail through asp.net internally in the
    organiztion and also externally
    how to do tat, n also wat setting is required on IIS SMTP
    pls help
  • Munsifali Rashid

    #2
    Re: send email internally

    Look at the System.Web.Mail classes.

    As far as I know, the default SMTP settings should work fine.

    Mun



    "Saifee" <saifthe@yahoo. com> wrote in message
    news:01a601c3bd 64$ca5bd0e0$a00 1280a@phx.gbl.. .[color=blue]
    > hi,
    > i want to send mail through asp.net internally in the
    > organiztion and also externally
    > how to do tat, n also wat setting is required on IIS SMTP
    > pls help[/color]


    Comment

    • Jos

      #3
      Re: send email internally

      "Saifee" <saifthe@yahoo. com> wrote in message
      news:01a601c3bd 64$ca5bd0e0$a00 1280a@phx.gbl.. .[color=blue]
      > hi,
      > i want to send mail through asp.net internally in the
      > organiztion and also externally
      > how to do tat,[/color]

      See:

      [color=blue]
      > n also wat setting is required on IIS SMTP[/color]

      SMTP should be running, of course, and sometimes the users need
      write access to the c:\inetpub\mail root folder.

      Make sure that you have a firewall, if not outsiders will soon start
      spamming with your SMTP server.

      --

      Jos



      Comment

      Working...