Closed (fixed)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Jul 2010 at 17:31 UTC
Updated:
8 Aug 2010 at 20:30 UTC
Super kudos and thanks for this project! What a time saver! You rock!
Has there been any effort put into mail handling? This handbook page outlines several possibilities: http://drupal.org/node/201981. Fakemail seems like it would be a good fit.
Cheers,
sicjoy
Comments
Comment #1
MichaelCole commentedGood idea, I'll check it out!
Comment #2
sikjoy commentedI got this working in about 5 mins:
http://www.drupal4hu.com/node/55
pros: quick to set up, gets the job done
cons: doesn't sort mail effectively, the file owner is www-data & mod is 0600
Comment #3
sikjoy commentedAdded the file /home/quickstart/quickstart/sendmail.php & made executable:
Edited php.ini:
sendmail_path=/home/quickstart/quickstart/sendmail.php
Made the directory /home/quickstart/mail & made it writable by everybody.
Added a softlink from the desktop to the mail folder.
Restarted Apache.
Comment #4
MichaelCole commented