From cb50ece9e08c352406b25a34bd4cb9bfcad94dd7 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Sat, 6 Aug 2016 11:45:40 +0800 Subject: [PATCH] Add Email configurations in System Info --- addons/system_info.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/addons/system_info.php b/addons/system_info.php index f1e23cd7..772b1e14 100644 --- a/addons/system_info.php +++ b/addons/system_info.php @@ -216,6 +216,23 @@ Blocked Email Addresses: + +--- UM Email Configurations -- + +Mail appears from: +Mail appears from address: +Use HTML for E-mails: value( um_get_option('email_html'), 'yesno', true ); ?> +Account Welcome Email: value( um_get_option('welcome_email_on'), 'yesno', true ); ?> +Account Activation Email: value( um_get_option('checkmail_email_on'), 'yesno', true ); ?> +Pending Review Email: value( um_get_option('pending_email_on'), 'yesno', true ); ?> +Account Approved Email: value( um_get_option('approved_email_on'), 'yesno', true ); ?> +Account Rejected Email: value( um_get_option('rejected_email_on'), 'yesno', true ); ?> +Account Deactivated Email: value( um_get_option('inactive_email_on'), 'yesno', true ); ?> +Account Deleted Email: value( um_get_option('deletion_email_on'), 'yesno', true ); ?> +Password Reset Email: value( um_get_option('resetpw_email_on'), 'yesno', true ); ?> +Password Changed Email: value( um_get_option('changedpw_email_on'), 'yesno', true ); ?> + + --- UM Total Users ---