News Feed
Jobs Feed
Sections




News Archive
Danne Lundqvist's Blog:
Problem sending mail with PHP mail function
April 17, 2007 @ 08:24:00

In a new post on the Dotvoid.com blog today, Danne Lundqvist talks about some of the issues he's had with the mail function in PHP. Specifically, it's about the mails being set but not making it to their destinations.

Instead I have used a PHP class that allows me to send emails using a remote smtp server using an account on that server. This has been a good solution for my setup anyways. A few days ago a friend of mine was asked to investigate the very same problem for a client.

As it turns out, the solution to their problem was pretty simple - a conflict between the sendmail_from in the php.ini and the "From" passed into the mail function call. A simple ini_set resolved the issue and kept the spam filters from catching and blocking the message.

1 comment voice your opinion now!
mail function sending spam from sendmailfrom phpini mail function sending spam from sendmailfrom phpini


blog comments powered by Disqus

Similar Posts

Chris Jones' Blog: Malicious website use will never go away: how do you manage it?

Extending Twig Templates: Inheritance, Filters, and Functions

SitePoint PHP Blog: How to Override PHP Configuration Options

ProDevTips.com: WP Hashcash

Phil Thompson's Blog: 7 PHP functions that saved my life


Community Events









Don't see your event here?
Let us know!


testing framework introduction zendframework2 object api unittest code example development opinion release composer interview language event functional tool community podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework