Skip to content

novant-io/postmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postmark API for Fantom

Native Fantom API for Postmark.

Usage:

pm := Postmark(token)
pm.deliver(PostmarkMsg {
  it.from     = "[email protected]"
  it.to       = "[email protected]"
  it.subject  = "Postmark test"
  it.bodyText = "Hello dear Postmark user."
  it.bodyHtml = "<html><body><strong>Hello</strong> dear Postmark user.</body></html>"
})

About

Postmark email API for Fantom

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages