webistor / webistor-api

Webistor server API.
http://webistor.net/
1 stars 0 forks source link

Test emails #9

Closed Avaq closed 10 years ago

Avaq commented 10 years ago

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"}'.

Avaq commented 10 years ago

This can be achieved with the new bin/mailing utility.