Commit Graph

5 Commits

Author SHA1 Message Date
Dennis Potter 4bf30d1fca
Trimming emailaddress from user 2019-10-23 00:08:29 +02:00
Dennis Potter 415d759fb6
Added validation of number of guests
If number of guests is 255 (which is the default value), no email will be sent
to the recepient. Most normal users have Javascript enabled, so their browser
should throw an error if the number of guests isn't filled out.
2019-10-13 12:08:23 +02:00
Dennis Potter 75c9473ca9
E-mails to organisation are now non-HTML. Fixes #2 2019-09-05 00:33:47 +02:00
Dennis Potter ac77c9064a
Better error-handling, emails for not-attending, language strings for JS errors
This commit contains the following changes:
* Better error handling: Previously, there was no proper handling in
  of email-related errors. Now, all error messages are caught and the
  user gets a nice landing page. The script will always try to contact
  the organizers of the wedding with information on the error.
* Emails for not-attending: This commit adds the possibility to send
  seperate emails to guests that attend and guests that cannot attend.
* Language strings for JavaScript errors: Previously, all JS errors were
  in Dutch. Now, they are configurable.
2019-09-04 01:27:43 +02:00
Dennis Potter ba68a745e7
First commit of wedding-rsvp-rs
This commit includes a fully functional template and Rust backend. The
website is able to send e-mails, displays strings in multiple languages,
include attachments, and has basic protection again spam (IP based).
2019-08-31 13:29:30 +02:00