Posts Tagged ‘send email’
How to send email synchronously using PHP?
What is the EASIEST way to send email synchronously using PHP? Specifically, I want incorrect addresses to fail in the script itself, rather than bounce back to the sender later after the script has completed.
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 to send an embedded image in an email with php, but without phpmailer?
I cannot send emails with phpmailer because restrictions in the hosting server, then I want to do this with the php function mail(), thanks…
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?
What is the JavaScript code for a confirmation page and to send to an email on a form?
I can do Java Script code to have a confirmation page pop up when a user submits information on a form. I can also do the code to capture this information and send to an email. My problem is that I don’t know how to set the action so that it will give the user th confirmation page and send to an email address at the same time or simultaneously. Can anyone help me?
how to send email weekly, biweekly and monthly automatically using php and mysql?
I want to send email on a frequency basis. I want to set a Jobs By email section where the interested jobs based on the candidates criteria will be mailed to him weekly, or monthly using php. I am using Xampp in windows.
How do you use sendmail to send emails under mac os x?
Please give me a tutorial to how to use sendmail to send email under mac os x. Thanks!