meeting-room-booking-system / mrbs-code

MRBS application code
Other
116 stars 57 forks source link

e-mail Recipients and LDAP e-mails #2160

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hi Guys.

This project is awesome! I have one question about notifications. How can I use $ldap_email_attrib in $mail_settings['recipients']? I want to Ldap user receive an notification when make a reservation. When I try just comment or leave blank field, I take [DEBUG] Preparing to send email ... in debug session.

Is it possible? Are there any how-to? Thank you. Regards!

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1465

jberanek commented 6 years ago

If what you want to do is send an email to the person making the booking, then all you need to do is set in your config file:

$mail_settings['booker'] = true;  // the person making the booking

Original comment by: campbell-m