On Sun, 20 Jan 2002 15:40:23 -
"Ross Fleming" <[EMAIL PROTECTED]> wrote:
> Asuuming you have PHP setup already, edit your PHP.ini file. Change your
> mail settings in it to:
> [mail function]
> ; For Win32 only.
> SMTP= mail.mysmtpserver.com ; for Win32 only
>
> ; For Win32 only.
> sendmai
Asuuming you have PHP setup already, edit your PHP.ini file. Change your
mail settings in it to:
[mail function]
; For Win32 only.
SMTP= mail.mysmtpserver.com ; for Win32 only
; For Win32 only.
sendmail_from= [EMAIL PROTECTED] ; for Win32 only
and save it.
Then, in the formaction.php page, use