Stormkit Mailer is designed to provide a straightforward way to send transactional emails directly from your application. This feature is ideal for sending automated notifications, password resets, and other essential email communications.
With just a few configuration settings, you can connect Stormkit Mailer to your SMTP provider and start sending emails quickly and reliably.
In the Mailer Configuration panel, you will find the following fields. Fill them out according to your SMTP provider’s details:
Setting | Description |
---|---|
SMTP Host | Enter the hostname of your SMTP server |
SMTP Port | Set the port for your SMTP server. Common ports are 587 (TLS), 465 (SSL) |
Username | Enter the username for SMTP authentication. Typically the email address associated with your account. |
Password | Enter the password for SMTP authentication. Ensure this is securely stored and not shared publicly. |
After entering your SMTP credentials, click the Send test email
button to verify the configuration.
You should receive a confirmation email if the SMTP settings are correct. If there’s an error, double-check your SMTP settings or contact your SMTP provider for assistance.
Once you’re satisfied with the settings, click Save
to store the SMTP configuration for your environment.
Setting | Value |
---|---|
SMTP Host | smtp.gmail.com |
SMTP Port | 587 |
Username | your-email@example.com |
Password | Your Gmail app password (if using 2FA, generate an app-specific password) |
If you encounter issues, confirm the following:
For further assistance, refer to your SMTP provider’s documentation or reach out to us.