oliverklee / ext-seminars

TYPO3 extension "seminars"
https://www.oliverklee.de/typo3-services/seminarmanager/
GNU General Public License v2.0
6 stars 21 forks source link

Reminder Email not sent #736

Open baenschplus opened 3 years ago

baenschplus commented 3 years ago

Scheduler and cron are set up and run correct. but no reminder is sent. test schedule runs correct no errors.

and what Mailtemplate is used can I use a specific? and inside the event is planned to post an link to an videoconference. is it possible to integrate the link in the reminder?

and what if someone registers on the sameday, will he also receive an reminder?

oliverklee commented 3 years ago

Hi @baenschplus,

there are two types of reminder emails the extension can send:

  1. If the TypoScript configuration sendEventTakesPlaceReminderDaysBeforeBeginDate is set, the given number of days before the event, a reminder is sent to the organizers (not the attendees). This is a very short plain text email with its contents taken from the email_eventTakesPlaceReminder locallang entry.
  2. If the TypoScript configuration sendCancelationDeadlineReminder is set to 1, and email is sent to organizers right before the event cancelation deadline (so they can decide whether to cancel the event if there are too few registrations). The email content is taken from the email_cancelationDeadlineReminder locallang entry.

There currently are no automatic reminder emails to the registered attendees (which I guess you were looking for), and there also currently is no (easy) way to add video conference links to the existing two emails.

However, you can use the BE module to (manually) send an email to all registered attendees of an event, and as you can edit the email text, you can also add a link there.

Does this answer your questions?

oliverklee commented 3 years ago

No feedback for 11 days. Closing.