Re: [PHP-WIN] Re: Sending Mail with PHP.

2003-11-25 Thread Roderick Martin
Can anyone tell me how to configure the SMTP server in the .ini file? For instance, does it take an IP address, or what? We are running WindowsNT 4 and our SMTP line is set to 'localhost' which I am almost sure is incorrect. Any help would be great! Thanks! On Aug 31, 2003, at 10:53 PM, Manue

[PHP-WIN] Re: Sending Mail with PHP.

2003-09-01 Thread Manuel Lemos
Hello, On 08/31/2003 03:26 PM, [EMAIL PROTECTED] wrote: Hi all, I've been using PHP over the last year now, and have become quite capable with the language, but, there is one function/feature that I have yet to try/use, and that is the mail() function. I am gonna start to learn it to night, but

[PHP-WIN] Re: Sending Mail with PHP.

2003-08-31 Thread Numero 6
[EMAIL PROTECTED] wrote: I am gonna start to learn it to night, but was wondering if there was any adjustments that were needed within the php.ini file before I actually start writing up the code. Yes, write there the SMTP server you will use. The function seems staright forward enough to execu

[PHP-WIN] Re: Sending Mail with PHP

2003-04-01 Thread Manuel Lemos
Hello, On 03/31/2003 03:16 PM, Listuser wrote: My ISP requires email authentication when sending emails, is the a way to set this up in PHP. The mail function does not support authentication. You may want to try this class for composing and sending messages that comes with a sub-class for sendin