PDA

View Full Version : Sendmail from php.ini


solent
Wed 24th Jul '02, 3:18am
ok here is my situation.

i have installed and i am running vbulletin perfect no problems expect from emails generated by the system and send to users.

i do not have sendmail or any other kind of mail server install on my Mandrake 8.2 linux box.

my server is hosted on the internal network of my isp which has his own sendmail server.

how can edit and change my php.ini file to send mails to that specific machine that runs sendmail.

I currently have this in my php.ini file
sendmail_path = /usr/lib/sendmail -t -i

but my localhost where i run vbulletin on has no sendmail installed and i want to send all mails to a remote host

is there any way to do this?

Dave#
Wed 24th Jul '02, 12:54pm
[mail function]
; For Win32 only.
SMTP = localhost

The only option for SMPT is the above -