hizzle-co / noptin

Noptin is the best email newsletter plugin for WordPress.
https://noptin.com
GNU General Public License v3.0
20 stars 5 forks source link

Mail in spam for a provider #831

Closed mimporto closed 4 months ago

mimporto commented 5 months ago

Description

Hi. I'm using the plugin on my wordpress site since last summer but unfortunately all the campaign emails sent to the emails belonging to "libero.it" domain are blocked by the provider spam filter. No problem indeed with other provider as "gmail.com". I tried installing "Le Sentinelle" plugin but it doesn't work. Is there any other parameter or setting I can do to solve? Thanks, Domenico

Screenshots

No response

Additional information

No response

picocodes commented 4 months ago

Hi @mimporto,

Thank you for reaching out. The issue you're experiencing is likely due to how your email sender is configured. To improve email deliverability and reduce the chances of your emails being marked as spam, I recommend using SMTP (Simple Mail Transfer Protocol) to send your emails.

Here are the steps to set up SMTP on your WordPress site:

Install an SMTP Plugin: You can use plugins like WP Mail SMTP or Easy WP SMTP. These plugins will help you configure your email settings properly.

Configure SMTP Settings: After installing the plugin, go to its settings page and enter your SMTP server details. For example, if you're using Gmail, the settings might look like this:

SMTP Host: smtp.gmail.com SMTP Port: 587 (for TLS) or 465 (for SSL) Encryption: TLS or SSL SMTP Authentication: Yes Username: Your email address Password: Your email password or an app-specific password Test Your Configuration: Most SMTP plugins provide a way to send a test email. Use this feature to ensure your emails are being sent correctly.

Check SPF, DKIM, and DMARC Records: Ensure that your domain's DNS records include proper SPF, DKIM, and DMARC configurations. These records help verify that your emails are legitimate and not spam.

Using SMTP should help improve the deliverability of your emails, including those sent to the "libero.it" domain.

If you have any questions or need further assistance, feel free to ask.