Implement mail server
This commit is contained in:
@@ -89,3 +89,13 @@ variable "rustdesk_public_key" {
|
||||
description = "Rustdesk public key"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "alexpires_me_email_username" {
|
||||
description = "POP3 username"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "alexpires_me_email_password" {
|
||||
description = "POP3 password"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user