Index: src/bp-core/bp-core-functions.php
===================================================================
--- src/bp-core/bp-core-functions.php
+++ src/bp-core/bp-core-functions.php
@@ -3135,7 +3135,7 @@
 	);
 
 	return bp_parse_args(
-		get_option( 'bp_email_options', array() ),
+		bp_get_option( 'bp_email_options', array() ),
 		$default_args,
 		'email_appearance_settings'
 	);
