Something you can try: in libraries/src/Mail/MailTemplate.php line 174 plant the following code (on the line before the one containing the array merge statement.
The after registering look in the created file administrator/logs/mailproblem.txt. There should be two lines for each registration. Is one of those lines empty? Watch out: the lines may contain a clear password. Remove the lines when done.
Code:
file_put_contents(JPATH_ADMINISTRATOR . '/logs/mailproblem.txt', 'Data: '. implode(';', $data) . "\n", FILE_APPEND); file_put_contents(JPATH_ADMINISTRATOR . '/logs/mailproblem.txt', 'This Data: '. implode(';', $this->data) . "\n", FILE_APPEND);
Statistics: Posted by ceford — Mon Mar 25, 2024 5:45 pm