354 End data with <CR><LF>.<CR><LF> #318
-
I use smtp to send emails. And in another smtp server i test with i get: I have no problem sending and recieving the emails. Is it not a chance that the emails will be treated as spam or even might be blocked with this 253 response from the server? Anyone have any solution to this or thought about it? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is normal as just server information and you don't have to do anything because library does this internally. No spamming and server rejection related for all mail client operations included this library. At least you have to provide the right information of your domain and IP. ESP-Mail-Client/examples/SMTP/Send_Text/Send_Text.ino Lines 159 to 167 in d0e5bfe And you have to provide or set the device time correctly. |
Beta Was this translation helpful? Give feedback.
It is normal as just server information and you don't have to do anything because library does this internally.
No spamming and server rejection related for all mail client operations included this library.
At least you have to provide the right information of your domain and IP.
ESP-Mail-Client/examples/SMTP/Send_Text/Send_Text.ino
Lines 159 to 167 in d0e5bfe