|
Posted by alice on 08/07/07 02:34
On Aug 6, 7:30 pm, Loki25 <kgarnet...@gmail.com> wrote:
> 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.
I'm not running my own servier, but I guess I'll suggest this to my
ISP. I have had email forms work with this same site/ISP, I'm just
trying to change it slightly, borrowed the code from somewhere where
it seemed to work fine.
[Back to original message]
|