Posts Tagged ‘Send An Email’
How to send an email survey? Looking 4 software to create email with questions – and a "Submit" button.
I wish to send simple surveys where the recipient gets an email with the question and answers with a check box near each. They simply check the answer box and hit Submit. I have a web site on a dedicated Linix server with PHP and PERL ability. I am looking for an inexpensive 3rd party solution or a public GNU PERL or PHP script.
how to set the date received email in php mail function?
I need to send an email with the PHP mail function with an old date. Is that possible? If it is, please provide me with the correct PHP code.
How do I use PHP to create a mailing list?
I have a database populated with email addresses and its all configured with php files and such on a webserver. What PHP commands do I use to read the emails from the database table and send an email to all of them at once?
Why is the blackslash in \n being interpreted as an unexpected character in php?
I am attepting to send an email from a form with php. There are three fields and i need them seperated onto different lines. When i try to use the \n character in either the message body parameter of mail(), or when defining a variable $message, i get a parse error about unexpected variables if i use more than 1 and it claims that the backslash is an unexpected character. Can someone help me?