Skip to content

mihirk/mailbucket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Bucket

For more information, see mailbucket.io.

API response fields

  • smtpTo - the address that SMTP deems the recipient
  • smtpFrom - the address that SMTP deems the sender
  • to - an alias for the 'To' header field
  • from - an alias for the 'From' header field
  • subject - an alias for the 'Subject' header field
  • headers - an object representing the header fields
  • original - the original email content

TODO

  • support for multipart
  • support for possible duplicate header fields

Host myself?

Sure! Just install Docker and Docker Compose and run docker-compose up -d.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 65.3%
  • Shell 23.3%
  • Batchfile 11.4%