I did not design the website or anything but It's got a mail form on it. I want to know what I would use to make this thing work. I noticed in the PHP.ini theres
Code:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
Would i use sendmail to accomplish this? Maybe qmail? After thats done, any extra configuration needed or do i just plug the information into the php.ini ... thank you
