diff --git a/modules/cron/www/cron.php b/modules/cron/www/cron.php
index b1c56e267015cfe70e23e760ccd76a1d24592a3c..6a2190cd85b6a0c5cea7f85aa2907bab61dc68c2 100644
--- a/modules/cron/www/cron.php
+++ b/modules/cron/www/cron.php
@@ -34,6 +34,7 @@ if ($cronconfig->getValue('sendemail', TRUE) && count($summary) > 0) {
 	$statustext = '<ul><li>' . join('</li><li>', $summary) . '</li></ul>';
 
 	$message = '<h1>Cron report</h1><p>Cron ran at ' . date(DATE_RFC822) . '</p>' . 
+		'<p>URL: <tt>' . SimpleSAML_Utilities::selfURL() . '</tt></p>' .
 		'<p>Tag: ' . $_REQUEST['tag'] . "</p>\n\n" . $statustext;
 
 	$toaddress = $config->getValue('technicalcontact_email', 'na@example.org');