Code: [<?php Mail(“info@dating-advice-for-women.com”, “This is the message subject”, “This is the message body”); ?>]
Error message: "Parse error: syntax error, unexpected '@' in /home/dating8/public_html/newland/messagesent.php on line 2"
The server is SMTP email-enabled and the folder on the server has permission to send SMTPmail messages.
The hosting company reply: "Please ensure your scipt has the SMTP information specifically in it so it is passing the properly directives. Any scripts executing on the server should be permissions of 755 as should the directory they are located in generally."
My question: How do I include the SMTP specifically in the script?
Thank you.
Br, Christian
This has nothing to do with file permissions or that line of code that you have posted. The error is at messagesent.php around line 2. It is as simple as that. Post your code from messagesent.php.

