Skip to content

Commit fe3b112

Browse files
author
Jesse Bunch
committed
Removed email address from the SystemEmail notifier.
1 parent 577f458 commit fe3b112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifier/SystemEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class SystemEmail implements NotifierInterface
88
{
99
protected $_email_config = array(
10-
'recipients' => array('jesse@getbunch.com'),
10+
'recipients' => array('test@yourdomain.com'),
1111
'subject' => 'Testing EEException SystemEmail',
1212
'message' => ''
1313
);

0 commit comments

Comments
 (0)