Hi mamaslt,
I’d be happy to help!
The first thing to check is if the WP Mail SMTP test email succeeds. To do this, you’ll need to go to Settings > WP Mail SMTP, scroll to the bottom, and enter an email address to send the test to.
Once that’s run, you should see a debug log. If the test email was successful, you should see bool(true)
near the top of this log (for more details, check out Step 5 of our tutorial).
Here’s what to try next based on what you see in this bool statement:
– If you see bool(true): When we see a test email succeed, but form emails still not delivering, the issue generally lies in the notification settings.
To check this, open your form builder and go to Setting > Notifications. Here, look to the From Email field — this email address must match the email you set up the SMTP with.
– If you see bool(false): Something is preventing the SMTP from working, so the first thing to check is your SMTP settings. According to the Yandex docs, you need to use the following settings for SMTP:
SMTP Host: smtp.yandex.com
SMTP Port: 465
Encryption: SSL
Then, make sure you’ve set the Authentication option to “Yes” and entered your Yandex email and password.
I hope this helps! If you check all of this an still see issues, please copy the full SMTP debug log here (or share a screenshot) and we can go from there.
Thanks! ??