Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

app.emailutil

Seamus Smith edited this page Apr 29, 2022 · 2 revisions

app.emailutil

Utility functions for sending emails. All these functions are executed asynchronously.

send_confirmation_email(reservation)

Sends a confirmation email to the email address in the reservation

send_success_email(reservation)

Sends a success email to the email address in the reservation

send_canceled_email(reservation)

Sends a cancelation success email to the reservation holder.

send_change_email(reservation, action)

Sends an email indicating that the specified action has happened to a timeslot to the schedule owner and it's subscribers.

For example, if a reservation has been confirmed, action would be "confirm".

send_message_email(message)

Sends the given feedback message to the ratatoskr@techhigh.us email.