Skip to content

Instantly share code, notes, and snippets.

@manumilou
Created February 4, 2015 16:51
Show Gist options
  • Save manumilou/daee7a48858d3bae4a8a to your computer and use it in GitHub Desktop.
Save manumilou/daee7a48858d3bae4a8a to your computer and use it in GitHub Desktop.
Setting up Devel to log outgoing emails
# Add this code into settings.php
$conf['mail_system'] = array(
'default-system' => 'DevelMailLog',
);
- See more at: http://www.webomelette.com/drupal-modules-debug-emails#sthash.ENtXCxb8.dpuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment