Hey all,
So I'm having mail( ) problems. In short, the function wont work, no matter how I play with it. Is this a php.ini problem? I'm working in linux (ubuntu). I'm looking at this in the php.ini file:
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
I understand this means that this section is not being implemented, and no email address is being supplied.
I would use smtp to send out mails (and I have to varying degrees of success in the past), but I don't know how to deal with the problem of having my password posted in the file. Can anyone recommend a technique or way to use smtp in a mailing program but feed in the password from a secure area? This is for a "Contact" form on a website that is hosted on a remote server...so I am a bit worried about security. As always, any help is much appreciated. Thanks!