diff --git a/main.go b/main.go index f9ec553..60dc9a9 100644 --- a/main.go +++ b/main.go @@ -59,11 +59,12 @@ var ( ) const ( - defaultEmailSubject = "Your wireguard configuration" - defaultEmailContent = `Hi,
-

In this email you can find your personal configuration for our wireguard server.

+ defaultEmailSubject = "Your VPN configuration" -

Best

+ defaultEmailContent = ` +

Greetings,

+

Please find attached your personal configuration for our VPN server.
You may find instructions on how to install the WireGuard VPN client here.

+

Best regards.

` )