我想從入站電子郵件消息中提取URL,然後使用http:get()URL。我如何訪問郵件正文?如何從Kynetx電子郵件端點訪問郵件正文?
select when mail received from "(.*)@example.com" setting user
pre { /* extract first URL from message */ }
http:get(URL);
那麼雲在PRE塊,給下面的電子郵件消息:
From: Example User <[email protected]>
To: x202 Endpoint <[email protected]>
Subject: An interesting URL
http://www.example.net
+1有一個很好的問題。 – Alex 2010-12-17 07:30:05