How can i send messages via telnet?
sotoje opened this issue · 1 comments
sotoje commented
Hi, when i try to send a test message via telnet i am receiving "5.5.4 invalid address" message
KostyaEsmukov commented
Your message is invalid then.
Example: https://stackoverflow.com/a/9427114
A simplest message which will be accepted:
smtp_to_telegram/smtp_to_telegram_test.go
Line 68 in 704fdb3