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.
DirectMailDelivery で zope.sendmail を使用して、send() アクションを実行した後、応答またはステータスを取得して、メールが送信されたかどうかを確認する方法はありますか?
いいえ、send() はメッセージ ID を返します。配信は (データ マネージャーを介して) トランザクションのコミットに関連付けられているため、送信されたかどうかを確認することはできません。配信の問題が発生した場合、トランザクション ハンドラまたはデータ マネージャ自体からの例外が表示される場合があります。