About 8,970,000 results
Open links in new tab
  1. 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?

  2. 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 …

  3. Send attachments with PHP Mail ()? - Stack Overflow

    Sep 6, 2012 · This isn't the answer to the question. How to send an attachment with PHPMailer isn't how to send an attachment with PHP's mail () which is what is asked.

  4. Sending email with PHP from an SMTP server - Stack Overflow

    Jan 22, 2013 · For Unix users, mail () is actually using Sendmail command to send email. Instead of modifying the application, you can change the environment. msmtp is an SMTP client with …

  5. How can I get the error message for the mail() function?

    Jul 6, 2010 · 20 sending mail in php is not a one-step process. mail () returns true/false, but even if it returns true, it doesn't mean the message is going to be sent. all mail () does is add the …

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

    PHP mail function doesn't complete sending of e-mail Asked 11 years, 3 months ago Modified 1 month ago Viewed 556k times

  7. email - PHP mail function 'from' address - Stack Overflow

    May 24, 2012 · You really should sanitize that $_POST ["from"] variable before pass it to the mail () function. A malicious user could inject any number of other headers using your method.

  8. php.ini & SMTP= - how do you pass username & password

    Jun 5, 2015 · Use the latest and follow the basic installation instructions, make sure to remove the smtp configuration from your php.ini file because that isn't really required if you already handle …

  9. PHP mail () function will not send to gmail but will send to my non ...

    To test and ensure that it was a problem with the server, I created a simple PHP file that would send an email to my email address on page refresh. It worked when I sent to my exchange …

  10. php - Complete mail header - Stack Overflow

    I need a set of mail headers to attach to my mail() function in PHP. I send emails with HTML in them, and sometimes services like Yahoo Mail block them. Therefore I need to make sure that …