Mail Form
Type a simple message in the Mail form and send it to a fixed e-mail address.
InstallType a simple message in the Mail form and send it to a fixed e-mail address.
InstallThe Mail Form app contains a simple message form that can be filled out by the user. The message in the form is sent to a fixed e-mail address. This can be used as a simple service request form.
Note: to use this the Mail Form app, you need to have your own SMTP server set up first.
For this app, the source code is available on Github.
Follow these steps to install:
Any user with access to the device's page or card can now send a message or question. The email configured in the app settings will receive the question in their mailbox.
Note: you have to have your own SMTP server set up, with an SSL port. See example code for the app settings below:
{
"smtp_server": "smtp.gmail.com",
"smtp_ssl_port": "465",
"smtp_user": "john.doe@email.com",
"smtp_password": ""
}
No additional IXON modules required
IXON