F
F
fleen2022-02-02 20:35:29
Python
fleen, 2022-02-02 20:35:29

5.7.1 Spam message rejected

"5.7.1 Spam message rejected; If this is not spam contact abuse at rambler-co.ru" Tells
me, I fill the message using the email module

Code snippet

msg = MIMEText(email_text, 'plain', 'utf-8')
msg['From'] = email
msg['To'] = dest_email
msg['Subject'] = subject
msg.set_charset('utf-8')


And it still goes to spam, are there any suggestions for solving the problem? Perhaps the subject and message should be long?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Falaleev, 2022-02-02
@suffix_ixbt

Send exactly the same letter to mail-tester.com, post the result here if you need more advice, but as a rule everything is clear there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question