Creating a contact form with email notifications for new submissions

Currently we don’t have an IC way to send outgoing email from a canister. As for a contact form, you’d need to create a custom http_request method to handle the incoming message from the form submission. Check out this thread for implementation details: Question on http_request()

1 Like