About 9,520,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 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.

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

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

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

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

  6. 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.

  7. email - PHP mail () how to set sender mail - Stack Overflow

    PHP mail () how to set sender mail Asked 12 years, 2 months ago Modified 7 years ago Viewed 42k times

  8. How to attach PDF to email using PHP mail function

    You should consider using a PHP mail library such as PHPMailer which would make the procedure to send mail much simpler and better. Here's an example of how to use PHPMailer, …

  9. PHP mail not working for some reason - Stack Overflow

    Jan 10, 2012 · If you insist on using PHP mail function, you will have to edit php.ini. If you are looking for an easier and more versatile option (in my opinion), you should use PHPMailer.

  10. email - PHP Mail, CC Field - Stack Overflow

    PHP Mail, CC Field Asked 15 years, 2 months ago Modified 3 years, 4 months ago Viewed 102k times