Mailcatcher
services.mailcatcher.enable
Whether to enable MailCatcher, an SMTP server and web interface to locally test outbound emails.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix
services.mailcatcher.http.ip
The ip address of the http server.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix
services.mailcatcher.http.path
Prefix to all HTTP paths.
Type: null or string
Default
null
Example
"/mailcatcher"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix
services.mailcatcher.http.port
The port address of the http server.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1080
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix
services.mailcatcher.smtp.ip
The ip address of the smtp server.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix
services.mailcatcher.smtp.port
The port address of the smtp server.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1025
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/mailcatcher.nix