Why SMTP is needed
Last updated
SMTP stands for Simple Mail Transfer Protocol. It’s the standard method used to send emails from one server to another.
In PowerfulForm, SMTP is used to send your form emails (like admin notifications and auto-replies) through your own email provider so delivery is more reliable.
Using SMTP helps your emails land in the inbox more consistently because the email is sent through a trusted provider (Gmail, Outlook, SendGrid, etc.) instead of generic sending.
SMTP providers support security methods like:
✅ Login + password (or App Password)
✅ TLS/SSL encryption
SMTP lets you send emails as:
support@yourstore.com
sales@yourstore.com
This looks more professional and builds trust with customers.
With SMTP, you can control things like:
From email/name
Reply-to email
Provider limits
Email logs (depending on provider)
You may need SMTP if you:
are not receiving form emails
see emails going to spam
want to send from your business email (your domain)
need a more reliable email sending method
Before configuring SMTP in PowerfulForm, prepare:
SMTP email address (example: yourname@gmail.com)
SMTP password (or App Password for Gmail)
SMTP host (example: smtp.gmail.com)
SMTP port (usually 587 for TLS or 465 for SSL)
Learn more here
If you still need assistance, please contact us at contact@globo.io. Our team will be happy to help you resolve any issues or guide you further.
Last updated