-
使用AWS SES在Common Lisp中实现电子邮件发送
资源介绍
分类号
cl-ses是Common Lisp软件包,用于通过AWS的SES发送电子邮件。
用法
cl-ses导出send-email功能:
(cl-ses:send-email :from " me@example.com "
:to " you@example.com "
:subject " Hello from CL-SES "
:message " The body of the email message "
:aws-access-key " XXXXXX "
:aws-secret-key " XXXXXXXXXXX " )
如果状态为200(确定),则send-email返回T否则返