I would like to know is there a way to setup php mail() so that it works when I use mail() function? I only have the right to use ftp in my server for me to transfer files, is there a way to use some type of php file or code to help me use/setup mail() function. I am using this function for my website contact us form. Perhaps, is there another to send free email to myself as user clicks the submit button? Because I only purchase a domain account with other people’s server available for ftp.
Share
On most servers sendmail or postfix (or something like that) is enabled by default AFAIK so it probably already works.
If it doesn’t ask your hoster to enable it for you.