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 ---