File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,11 @@ public function registerAction(RegistrationFlow $registrationFlow)
75
75
'activationLink ' => $ activationLink ,
76
76
'registrationFlow ' => $ registrationFlow
77
77
],
78
- 'sandstorm_usermanagement_sender_email '
78
+ 'sandstorm_usermanagement_sender_email ' ,
79
+ [], // cc
80
+ [], // bcc
81
+ [], // attachments
82
+ 'sandstorm_usermanagement_replyTo_email '
79
83
);
80
84
81
85
$ this ->registrationFlowRepository ->add ($ registrationFlow );
Original file line number Diff line number Diff line change @@ -94,7 +94,11 @@ public function requestTokenAction(ResetPasswordFlow $resetPasswordFlow)
94
94
'resetPasswordLink ' => $ resetPasswordLink ,
95
95
'resetPasswordFlow ' => $ resetPasswordFlow
96
96
],
97
- 'sandstorm_usermanagement_sender_email '
97
+ 'sandstorm_usermanagement_sender_email ' ,
98
+ [], // cc
99
+ [], // bcc
100
+ [], // attachments
101
+ 'sandstorm_usermanagement_replyTo_email '
98
102
);
99
103
100
104
$ this ->resetPasswordFlowRepository ->add ($ resetPasswordFlow );
You can’t perform that action at this time.
0 commit comments