PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
you may need to play around with headers indeed.. should also maybe check with your host as to what they require to send mail through the function.. or if they even allow it
your email provider may have blocked it as well.. so you may want to check the email account attached to the reply address set in your [php_man]phpinfo[/php_man]..
My hosting co. indicated that I can do it and I've asked them for the reply address.
I looked in my PHPinfo and can't find anything referring to a reply address. The closest I've come is the following:
sendmail_from
sendmail_path
I took at look at the headers on the mails coming into my account, but its stilll not working as I'm not 100% clear what I should be looking out for.
My hosting co has a script that they use, I'm going to see if they can send me a copy so that I can make the relevant changes and get my mail to work.
NEW CONTENT TO MESSAGE - Does anyone have any suggestions/thoughts on using 'sendmail' instead of mail(). I can seem to get it to work using 'sendmail'.