Automatically closed - issue fixed for 2 weeks with no activity.
See docs → .
TestEmailBuilder
should have a create parameter for 'to'. Then in TestEmailForm::submitForm()
can call $this->emailFactory->sendTypedEmail()
. TestEmailBuilder::fromArray() is unnecessary.
The create parameters could be considered an API - someone could have written their own code to send a test email. Therefore the $to parameter will be optional.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.