aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/home-manager/tests/modules/programs/git/git-with-msmtp-expected.conf
blob: 1f2c7b794b97e009fe16471c70591a31c0cdf3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[sendemail "hm-account"]
	from = "hm@example.org"
	smtpEncryption = "tls"
	smtpServer = "smtp.example.org"
	smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
	smtpUser = "home.manager.jr"

[sendemail "hm@example.com"]
	envelopeSender = "auto"
	from = "hm@example.com"
	smtpServer = "@msmtp@/bin/msmtp"

[user]
	email = "hm@example.com"
	name = "H. M. Test"