Call sendmail with to not recipient

Closed Jelle van der Waa requested to merge jelle/aurweb:fix_notifications_sending into master

After the refactor f7a57c82 the server.sendmail line was not updated to now send the to the email address but instead sends to (email, 'en') and as sendmail accepts an iterable an email is also send to 'en'.

Merge request reports