mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Better default email constants
This commit is contained in:
parent
8aa8837eb6
commit
0380988ffd
1 changed files with 5 additions and 4 deletions
9
main.go
9
main.go
|
@ -48,11 +48,12 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultEmailSubject = "Your wireguard configuration"
|
||||
defaultEmailContent = `Hi,</br>
|
||||
<p>In this email you can find your personal configuration for our wireguard server.</p>
|
||||
defaultEmailSubject = "Your VPN configuration"
|
||||
|
||||
<p>Best</p>
|
||||
defaultEmailContent = `
|
||||
<p>Greetings,</p>
|
||||
<p>Please find attached your personal configuration for our VPN server.<br>You may find instructions on how to install the WireGuard VPN client <a href="https://www.wireguard.com/install/">here</a>.</p>
|
||||
<p>Best regards.</p>
|
||||
`
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue