can we send an email from Cloud AEM servlet?
We want to implement a simple survey for users on our AEM site (cloud version). To submit this, we need to write a servlet which takes the params (rating, comment, username etc) and sends them as email for someone in our organisation to manually collate and report on.
Is there some sort of built in SMTP service, or do we need to integrate via standard JAVA API to something like mailchimp or silverpop?
We have also considered integrating with something like jira or airtable to send and collate data, but we will use email as a backup if this is not feasible.
This will not be used to send emails to users, thats done via ACM. This is to send emails to our staff.
Ideally we don't want to use any sort of templates, as this adds complexity and dev time.
