Mailpit
Installation Instructions
Linux
Linux
Download Mailpit
{
"url": "{{ .SVar `.tool.mailpit.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.mailpit.download.filename` }}",
"overwrite": false
} Extract Mailpit Release
{
"destination": "{{ .PTools }}/mailpit/{{ .SVar `.tool.mailpit.download.version` }}",
"max_file_size": 0,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.mailpit.download.filename` }}"
}
MacOS
MacOS
Download Mailpit
{
"url": "{{ .SVar `.tool.mailpit.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.mailpit.download.filename` }}",
"overwrite": false
} Extract Mailpit Release
{
"destination": "{{ .PTools }}/mailpit/{{ .SVar `.tool.mailpit.download.version` }}",
"max_file_size": 0,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.mailpit.download.filename` }}"
} Binaries
- mailpit