Closed (fixed)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Image Build
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 14:42 UTC
Updated:
13 Apr 2012 at 13:59 UTC
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
Comment #1
MichaelCole commentedHi,
Check out this video on email debugging:
http://www.youtube.com/watch?v=ws2NpMcPWlo
Comment #2
rafamd commentedAwesome. Thank you for the really great project.
Comment #3
fuerst commentedQuick & 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/mailat the shell.