适用于Delphi的Amazon SES示例

时间:2011-07-12 05:57:14

标签: delphi amazon-ses

任何人都知道在Delphi中使用Amazon SES的例子,或者说失败了,有些提示让我开始使用?

由于

2 个答案:

答案 0 :(得分:1)

您只需要像Indy或Synapse这样的Delphi TCP / IP库,并发送HTTP请求,如Amazon SES documentation所示:

https://email.us-east-1.amazonaws.com
?Action=SendEmail
&Source=user%40example.com
&Destination.ToAddresses.member.1=allan%40example.com
&Message.Subject.Data=This%20is%20the%20subject%20line.
&Message.Body.Text.Data=Hello.%20I%20hope%20you%20are%20having%20a%20good%20day.

答案 1 :(得分:0)

我们为SES创建了一个Delphi开源库,可以帮助您:

an example using TTree:ReadFile