I have a simple static Angular website and I have a contact form in one of the pages.
I know that Angular has no way of submitting a form via email like the olden days. I am also aware of third party services which are able to send emails for you. However, I didn't come across any free third party service to do this task. Also, is there maybe a way of using the cgi-bin to send my form to an email address?
This website is not a commercial website, and therefore the budgets are limited.
Thanks