I work for a company that requires SMTP auth for users.  You really
shouldn't need to specify a username and password for your script, as most
servers have it setup to the server will accept outgoing mail from itself.
For example, the server's IP block is:  10.0.1.0/24.  Any mail outbound for
an IP on that server from a script on that server using that server as a
mail server should be allowed to go out.  At least, that's the most logical
way of setting it up and that's pretty much how a lot of people have it
setup.



Regards,
Nick H.
[EMAIL PROTECTED]


----- Original Message -----
From: "ODCS" <[EMAIL PROTECTED]>
To: "Scott Carr" <[EMAIL PROTECTED]>
Cc: "PHP Windows" <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 2:38 PM
Subject: Re: [PHP-WIN] Sending Mail with PHP


> As stated, my ISP requires email authentication when sending emails.  For
> example - if you go to the mail settings in Outlook express and choose
> servers -  there is a check box there that says my "server requires
> authentication" - this must be checked. If you click on advanced there is
> another box that says "use same settings as my incoming mail server". So
> whatever category this falls into, which may be POP3 before SMTP, but not
> positive.
>
> ----- Original Message -----
> From: "Scott Carr" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 31, 2003 1:27 PM
> Subject: Re: [PHP-WIN] Sending Mail with PHP
>
>
> > What kind of Authentication do they require?
> >
> > LOGIN, POP3 before SMTP, CRAM-MD5, etc?
> > --
> > Scott Carr
> > Documentation Maintainer
> > http://documentation.openoffice.org
> > OpenOffice.org
> >
> >
> > Quoting Listuser <[EMAIL PROTECTED]>:
> >
> > > My ISP requires email authentication when sending emails, is the a way
> to
> > > set this up in PHP.
> > >
> > > Thanks
> > >
> > >
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
> >
> > -------------------------------------------------
> > This mail sent through IMP: http://horde.org/imp/
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to