Drupal get site wide email address?

Finbarr picture Finbarr · Aug 9, 2010 · Viewed 24.6k times · Source

In my module I want to get the site wide email address - the one that is set in the site information admin pages and that is used for all automatically send email messages.

How can I do this?

Answer

Kevin picture Kevin · Aug 9, 2010
$site_email = variable_get('site_mail', '');