Skip to content
New issue

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

Exception on link checking with replyto email set #66

Closed
sypets opened this issue Jun 24, 2021 · 0 comments · Fixed by #67
Closed

Exception on link checking with replyto email set #66

sypets opened this issue Jun 24, 2021 · 0 comments · Fixed by #67
Labels
is::bug Something isn't working

Comments

@sypets
Copy link
Owner

sypets commented Jun 24, 2021

Describe the bug

Uncaught TYPO3 Exception Call to undefined method TYPO3\CMS\Core\Mail\FluidEmail::setReplyTo()
thrown in file /var/www/mysite/public/typo3conf/ext/brofix/Classes/Mail/GenerateCheckResultFluidMail.php
in line 73

To Reproduce

  1. set replyto email in TSconfig
  2. start link checking via console command

System (please complete the following information):

  • TYPO3 version: 10.4.17
  • brofix version: 2.1.0 (latest)
  • installed with Composer: yes
@sypets sypets added the is::bug Something isn't working label Jun 24, 2021
sypets added a commit that referenced this issue Jun 24, 2021
sypets added a commit that referenced this issue Jun 24, 2021
sypets added a commit that referenced this issue Jun 24, 2021
If replytoemail was set, an undefined function was called which
resulted in an exception (and abort) on sending email after
checking links.

Resolves: #66
sypets added a commit that referenced this issue Jun 24, 2021
If replytoemail was set, an undefined function was called which
resulted in an exception (and abort) on sending email after
checking links.

Resolves: #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is::bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant