T
T
Theory Theory2021-05-26 07:47:38
C++ / C#
Theory Theory, 2021-05-26 07:47:38

Does wp_mail() go to spam via smtp?

Set up smtp. On @mail and @gmail letters get into the inbox, and on yandex they go to spam. With what it can be connected?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-01-05
@alexr64

var filtered = content.Where(x=>(decimal) x["date"] >= 100 &&(decimal) x["a"] < (decimal) x["b"] );

D
Dmitry Shitskov, 2021-05-26
@Zarom

Smtp own or smart host relay?
If the first - you need correct records in DNS - MX, SPF, DKIM, optional DMARC. Otherwise, they will go to spam.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question