Hello, I'm using v1.0-i386 downloaded two days ago. Everything is very fine but Drupal e-mails aren't sent. Any clues ??

Thank you.

Comments

MichaelCole’s picture

Category: bug » support
Status: Active » Closed (fixed)

Hi,

Check out this video on email debugging:
http://www.youtube.com/watch?v=ws2NpMcPWlo

rafamd’s picture

Awesome. Thank you for the really great project.

fuerst’s picture

Quick & dirty answer: PHP in Quickstart is configured to use a shell script instead of a MTA like sendmail. The shell script saves one file per email into /home/quickstart/websites/logs/mail.

You may monitor new files in this directory by using something like watch ls -t /home/quickstart/websites/logs/mail at the shell.