MailConfig

constructor(username: String, password: String, from: String, server: String, port: Int = 587, replyTo: String? = null, userAgent: String? = null, retries: Int = 5, retryDelay: Int = 1000)