About 607,000 results
Open links in new tab
  1. Send email with PHP from html form on submit with the same script

    Aug 22, 2013 · I want to send an email with PHP when a user has finished filling in an HTML form and then emailing information from the form. I want to do it from the same script that displays …

  2. Send HTML in email via PHP - Stack Overflow

    Jun 28, 2012 · How can I send an HTML-formatted email with pictures using PHP? I want to have a page with some settings and HTML output which is sent via email to an address. What …

  3. Using HTML and PHP to send form data to an email

    Jan 5, 2014 · Like the title says, sending a form to my email. I get no errors, but the email never comes. Here's my HTML form (I don't think you'll need anything else, but there is also some …

  4. How can I send an email using PHP? - Stack Overflow

    I am using PHP on a website and I want to add emailing functionality. I have WampServer installed. How do I send an email using PHP?

  5. Accepting HTML email form inputs with PHP on cpanel

    Nov 17, 2023 · I have created an HTML form and need help with email submissions using PHP on a cPanel server. I have no experience with PHP or cPanel and this is what I have. On my …

  6. How do I send an HTML Form in an Email .. not just MAILTO

    You are making sense, but you seem to misunderstand the concept of sending emails. HTML is parsed on the client side, while the e-mail needs to be sent from the server. You cannot do it in …

  7. Send email from html form without php - Stack Overflow

    Jul 30, 2013 · Closed 9 years ago. Is there a service that allows you to post a form to it from an html page (my php mail isn't working temporarily and I need a quick solution) and it will …

  8. Send email with a template using php - Stack Overflow

    How can I send an email using php then add a template design in the email? I'm using this: $to = "[email protected]"; $subject = "Test mail"; $message = "Hello!

  9. html - PHP mail function doesn't complete sending of e-mail

    The form itself is on my index.html page, but it submits to a separate "thank you for your submission" page, thankyou.php, where the above PHP code is embedded.

  10. How to send email from HTML Form - Stack Overflow

    The links labeled " Simple Contact/Feedback Form in HTML with php (HTML-PHP mailer)" and "Simple Contact/Feedback Form in HTML-PHP mailer" no longer exist. They were both links to …