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
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
[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
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