2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-02-17 09:08:49 +00:00
2023-04-12 09:57:58 -04:00

9 lines
108 B
Plaintext

package mailservers
func DefaultMailservers() []Mailserver {
return []Mailserver{
%MAILSERVER_LIST%
}
}