Sending emails?

This question might be silly, but is it possible to send emails with Hugo?
Now I’ve been trying to move the contents of a web site, made of PHP, to a new one, which I’ve been creating with Hugo.
I can’t find any relevant information in the documentation.
Any advice would be helpful.

There is a discussion about the addition of contact forms in static site. Here are a few mentioned solutions:

  • use an external provider as a proxy that converts a post request from the form to an email that is send to your
  • you build your own PHP script to send the email

If this solutions don’t cover your needs please provide more background information of your usecase.