Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この質問で申し訳ありませんが、
SMTP が Tornado でどのように機能するかを理解するには、簡単な例が必要です。
シンプルなアプリケーションの場合、Gmail または Yahoo で新しいアカウントを開設する必要がありますか?
Tornado doesn't provide anything to handle SMTP.
You can use smtplib, although it's synchronous. Check out the example given.