我想要一個自動化的方式來測試我的應用如何處理郵件和附件。我可以使用捲曲來測試接收郵件嗎
首先,我修改了我的應用程序(在App Engine上)以記錄接收到的消息(通過appspotmail發送)的請求正文的內容。我把這些內容複製到一個名爲test_mail.txt的文件中
我想我可以發佈這個文件來模仿入站郵件測試器,就像這樣。
curl --header "Content-Type:message/rfc822" -X POST -d @test_mail.txt http://localhost:8080/_ah/mail/[email protected]
每當我做到這一點,消息不正確實例,我也得到一個異常時,我指的是任何標準的屬性。
我錯過了我如何使用捲曲的東西?
我碰上使用簡單的電子郵件相同的問題,如張貼_ah /管理/ inboundmail
MIME-Version: 1.0
Date: Wed, 25 Apr 2012 15:50:06 +1000
From: [email protected]
To: [email protected]
Subject: Hello
Content-Type: multipart/alternative; boundary=cRtRRiD-6434410
--cRtRRiD-6434410
Content-Type: text/plain; charset=UTF-8
There
--cRtRRiD-6434410
Content-Type: text/html; charset=UTF-8
There
--cRtRRiD-6434410--
「我得到一個例外」是非常無益的。什麼例外?追溯在哪裏? – 2012-04-26 05:48:51