On 2013-09-16, Jim Barchuk <[email protected]> wrote: > On Mon, 16 Sep 2013, Jim Barchuk wrote: > >> Everything inside Drupal works perfectly except mail. I -think- it's a > > Never mind I just found references to femail-chroot and I'll probably be > able to figure it out. It's the list archives that make it very difficult > to find anything relevant, with continuity.
The pkg-readme for PHP tells you about how to set things up if you need mail() to work. However for Drupal it might be better to skip this and use https://drupal.org/project/phpmailer or https://drupal.org/project/smtp instead.

