We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
After installing brofix, it might be helpful to get hints if something is not yet configured or not configured correctly, preferrably as
Describe the solution you'd like See "test" below.
test
test 1: Missing recipient
Test with a newly created site with minimal setup and brofix installed from scratch:
Run from CLI:
ddev exec "php typo3/sysext/core/bin/typo3 brofix:checklinks" Use page ids (from site configuration): 1,16 Start checking page 1 ===================== Configuration: Send mail: true Configuration: Email recipients: Configuration: Email sender (email address): [email protected] Configuration: Email sender (name): Configuration: Email template: CheckLinksResults Checking start page "styleguide TCA demo" [1], depth: infinite Result for page "styleguide TCA demo" (and infinite depth): number of broken links=0 In GenerateCheckResultFluidMail.php line 52: Missing configuration for email recipient (Tsconfig: mod.brofix.mail.recipients)
Here the email recipient is not set up.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
After installing brofix, it might be helpful to get hints if something is not yet configured or not configured correctly, preferrably as
Describe the solution you'd like
See "test" below.
test
test 1: Missing recipient
Test with a newly created site with minimal setup and brofix installed from scratch:
Run from CLI:
Here the email recipient is not set up.
The text was updated successfully, but these errors were encountered: