Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,14 @@ make sure you use a verified address and your SMTP credentials (visit
the AWS Console to set those up). Also, if you're just sandboxing,
you can only send *to* a verified address as well. Example:

postal.core> (send-message {:user "AKIAIDTP........" :pass "AikCFhx1P......."
postal.core> (send-message {:user "AKIAIDTP........"
:pass "AikCFhx1P......."
:host "email-smtp.us-east-1.amazonaws.com"
:port 587}
{:from "me@draines.com" :to "me@draines.com"
:subject "Test from Amazon SES" :body "Test!!!11"})
{:from "me@draines.com"
:to "me@draines.com"
:subject "Test from Amazon SES"
:body "Test!!!11"})
{:error :SUCCESS, :code 0, :message "messages sent"}
postal.core>

Expand Down