Closed ekremparlak closed 4 years ago
Can you post screenshot of your /admin/email page?
I guess the problem is this module send email as contact user.
https://github.com/UksusoFF/webtrees-reminder/blob/3058d142b6ac77144d0113301360a03fb290466d/src/Http/Controllers/CronController.php#L125 should be change as $author = $this->users->find((int)$tree->getPreference('SMTP_FROM_NAME')) ?: new SiteUser();
There is a to do here;
https://github.com/UksusoFF/webtrees-reminder/blob/3058d142b6ac77144d0113301360a03fb290466d/src/Http/Controllers/CronController.php#L135
Can you try latest master?
Its now working with master
Seems it's better way. In my instance CONTACT_USER_ID equals SMTP_FROM_NAME so it's worked.
When try to send notification with url, email can't be send because module try to send email with admin's email address. Webtrees logs:
Mail Server Logs:
It works when i give permission to send email as myadminemail@domain.com to mail@domain.com