Hi,
That’s strange.
Are you using the Google API for authentication to connect to the smtp in Mail Bank?
Please let us know!
Thanks
No. We have linked Mail Bank to our e-mail host (Dreamhost) , and then Gmail POP to fetch from Dreamhost.
Why not just directly connect to Gmail?
Because we’re a business, and we want to use our business e-mail address.
Additionally, not all of our staff uses Gmail as their e-mail client. Some use Outlook.
Bottom line is that with Postman, the e-mails were going to my Inbox 100% of the time and with WP SMTP they occasionally go to SPAM. As far as I can tell, the settings are identical: Notifications being sent from sales@pharecircus.org , replyto is the customer’s e-mail address. Auto-replies to the customer are from sales@pharecircus.org .
If you don’t see that as a problem, then we’ll just deal with it.
Hi,
Please make sure the From Email Address, Email Address and the Username used for authentication of SMTP Server in Mail Bank Wizard Setup should be same!
Mail Bank has nothing to do with emails arriving in Spam Folders though as it just forwards the email with the parameters you provided!
We recommend reading this post as it might help you fixing the issue https://www.thenewsletterplugin.com/emails-end-spam-folder
Hope that helps!
-
This reply was modified 7 years, 8 months ago by
Varun Sharma.
To avoid being flagged as spam, you need to prove your email isn’t forged. On a custom domain, its up to you to set that up:
- Ensure you are using the correct SMTP server with authentication – the correct SMTP server is the one defined by your email service’s SPF record.
- If you use a custom domain name for email, add an SPF record to your DNS zone file. The SPF is specific to your email provider, for example Google
- If you use a custom domain name for email, add a DKIM record to your DNS zone file and upload your Domain Key (a digital signature) to, for example Google
-
This reply was modified 7 years, 7 months ago by
Varun Sharma.