sending email notification

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

    sending email notification

    Hello,

    I'd like to make a sort of web tracking system for internal stuff at
    my office.
    But I'm having problems about how to add email notification to my
    script.

    I already tried to send email by using the 'email' module, with no
    success (the connection can't be stablished). I think my case is a
    very specific enviroment (may be very common):
    * Local /corporate intranet controlled through NTFS proxy.
    * I don't have access to a regular SMTP mail server, regular email
    access is through outlook email server, so, I'll have to send emai
    messages to the corporate outlook server.
    * Desktop / server enviroment is windows (if I make a cgi script the
    server where it'll run is a regular Windows XP machine here in the
    office running Apache).

    Any ideas, is it possible?

    Rene
  • Larry Bates

    #2
    Re: sending email notification

    Sure it is possible. You will need proper configuration
    on Exchange Server (you called it an outlook server) and
    us IP address of that server as your outgoing email server.
    I have a client that has such a configuration and they did
    get it working (I didn't do the Exchange configuration so
    I can't help you there).

    Larry Bates
    Syscon, Inc.

    "Rene Aguirre" <reneaguirre@ya hoo.com> wrote in message
    news:18e22d94.0 404301048.35e0e 701@posting.goo gle.com...[color=blue]
    > Hello,
    >
    > I'd like to make a sort of web tracking system for internal stuff at
    > my office.
    > But I'm having problems about how to add email notification to my
    > script.
    >
    > I already tried to send email by using the 'email' module, with no
    > success (the connection can't be stablished). I think my case is a
    > very specific enviroment (may be very common):
    > * Local /corporate intranet controlled through NTFS proxy.
    > * I don't have access to a regular SMTP mail server, regular email
    > access is through outlook email server, so, I'll have to send emai
    > messages to the corporate outlook server.
    > * Desktop / server enviroment is windows (if I make a cgi script the
    > server where it'll run is a regular Windows XP machine here in the
    > office running Apache).
    >
    > Any ideas, is it possible?
    >
    > Rene[/color]


    Comment

    Working...