This is a community-maintained package and not maintained by the Unsend.
Installation
To install the Unsend package, you can use go get:Related Links
GitHub Repository: GitHubUsage
Below is an example of how to use the Unsend package to send an email and retrieve email information.Environment Variables
Initialize
Sending Emails
To send an email you will need to define the payload. After definition, you can use the.SendEmail
method to send emails with the payload as a parameter.
Retrieve Emails using the id
The email will be retrieved using the ID you get after sending the mail.More
Checkout more examples in the GitHub Repository. It handlesemails
, domains
& contacts
APIs.