direct_mail
direct_mail copied to clipboard
it's an newsletter sending extension for the TYPO3 CMS
TYPO3: 8.7.13 direct_mail: 5.2.2 PHP: 7 It works perfect in the backend but the rendering of the page fails with this error: Call to undefined method TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::exec_mm_query_uidList() Error thrown in...
https://github.com/kartolo/direct_mail/blob/2632e1dc36ba784bcea9402ee6b0f4eb6ecfae7e/Classes/Hooks/TtnewsPlaintextHook.php#L20
If I create a new "Internal Page" or a "Quickmail" newsletter, i get in the T3 log this Error: `"SQL error: 'Incorrect integer value: '' for column 'use_domain' at row...
If `DirectMailUtility::createDirectMailRecordFromPage` does not succeed (in my case because of MySQL strict mode), this failure is ignored. (There is just a comment "TODO: Error message - Error while adding the...
added FAL support, this change is breaking(!) for content elements not using FileReferences for the image field
## News letter in e-mail has wrong url, which likes http://domain.com/uploads/pics/1 to fix this in file https://github.com/kartolo/direct_mail/blob/develop/Classes/Plugin/DirectMail.php ```PHP /** * Get images from image field and store this images to...
When i delete a Direct Mail category which must match in a recipient group, the recipient group does not show recipients. Probably the deleted field is not acounted in the...
In the Direct Mail Configuration I've set the "Format of mail content" to "HTML only", but the mail, which was sent by Direct Mail, contains Plain text and HTML: ```...
Typo3 7.6.22, direct mail 5.2.0 Some warnings occuring, strings not found in array: Core: Error handler (BE): PHP Warning: Illegal string offset 'mid' in /var/www/virtual/domain.tld/htdocs/typo3conf/ext/direct_mail/Classes/Scheduler/AnalyzeBounceMail.php line 225 Core: Error handler...
Hi, I've extended the fe_user table with two more fields for e-mail-addresses. How can direct_mail use this two additional fields? With the [mailHeadersHook](https://docs.typo3.org/typo3cms/extensions/direct_mail/Configuration/Hooks/Index.html#mailheadershook) I cannot modify/extend/replace the recipient by setting...