From zero to sending a verified email from your IoT device. This guide covers account creation through to your first successful send.
An IoT device, router, or gateway that supports SMTP AUTH on port 587 or 465 with TLS. That is the only requirement. If your device can send email via a relay, it works with IoTMail.
portal.iotmail.co.uk/register. Enter your email and a password. No card required. You will receive a verification email immediately.acme or workshop1. This becomes the first part of all your device sender addresses. You cannot change this after setting it, so choose carefully.Add Device. Give the device a name and a short identifier tag. Example: name RUT241 Site A, tag gw-001. The portal generates a unique username and password for this device.SMTP host: smtp.iotmail.co.uk Port: 587 # STARTTLS. Use 465 for implicit TLS. TLS: Required # Do not use plaintext. Username: acme+gw-001 # Your handle + device tag Password: **** # From portal device page From address: acme+gw-001@iotmail.co.uk # Must match username exactly To address: alerts@yourdomain.com # Where alerts should go
Send Logs. Your test send should appear with a delivery status. Green means delivered. Any error shows the SMTP rejection reason.acme+gw-001 then the From address must be acme+gw-001@iotmail.co.uk. IoTMail enforces this binding on every message. A mismatch causes a 550 rejection.