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 the Mail Form app, you need to have an SMTP server that supports basic authentication. E.g. Google SMTP.
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 need to have an SMTP server that supports basic authentication and is using SSL. This app does not support OAuth2 as an authentication method to authenticate with the SMTP server. The SMTP server of Outlook requires OAuth2 and is therefore not supported.
{
"smtp_server": "smtp.gmail.com",
"smtp_ssl_port": "465",
"smtp_user": "john.doe@email.com",
"smtp_password": ""
}
No additional IXON modules required
IXON