Sending Mails via Task

Issue #17 resolved
Oliver Krammer created an issue

I send Mails via \nn\t3::Mail()->send() in a sheduler Task.

If i run it via Typo3 Backend it works fine, if i run it with ./vendor/bin/typo3cms scheduler:run i got an error that $params['attachments'] is not definde.

And i think the should be a if condition at that line https://bitbucket.org/99grad/nnhelpers/src/5187097d7338e176c22daef876fc44c83ead0808/Classes/Utilities/Mail.php#lines-110

I have T3 V11.5 and the nng/nnhelpers 1.7.4

Comments (2)

  1. Log in to comment