Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 626 Bytes

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.