After creating an email template, you have to take all the steps for the system to send out exactly that email in order to find out if it arrives properly. Instead it would be easy to have a utility with which you can send test emails, for example: ./bin/mail --to aldwin@tuxion.nl --template "invitations/success" --data '{"token":"test"}'.
After creating an email template, you have to take all the steps for the system to send out exactly that email in order to find out if it arrives properly. Instead it would be easy to have a utility with which you can send test emails, for example:
./bin/mail --to aldwin@tuxion.nl --template "invitations/success" --data '{"token":"test"}'
.