|
Posted by Loki25 on 08/07/07 02:30
On Aug 6, 11:25 pm, alice <al...@fearofdolls.com> wrote:
> > I'd recommend you use mail($to,$subject,$message,$head); instead- Hide quoted text -
>
> > - Show quoted text -
>
> That still isn't working.
If you are running your own server, find your php.ini file and open it
up. look for do a search for the SMTP section (using your editor's
find command, it should be the first result)...you will see the
mail_function block configuration block...should look something like:
[mail function]
; For Win32 only.
SMTP = <your SMTP server address>
; For Win32 only.
sendmail_from = <your reply email address>
; For Unix only. You may supply arguments as well (default: "sendmail
-t -i").
;sendmail_path =
enter this information if it is not already there, save the file and
restart your web server so the new settings take affect and try it
again.
Navigation:
[Reply to this message]
|