IBrickhouse / Time-Converter-Web-App

A web app to convert event times. Planned as a minimum viable product in order to lay the groundwork for further development ideas.
0 stars 0 forks source link

Reimplement Email Functionality #3

Open IBrickhouse opened 2 years ago

IBrickhouse commented 2 years ago

Emails are currently sent through mailto functionality and I think an alternative approach (i.e. PHP or similar) could be nicer.

IBrickhouse commented 1 year ago

This could be useful:

https://www.geeksforgeeks.org/how-to-send-an-email-from-javascript/