Value value at 'receiver email' failed to satisfy constraint: Argument must conform to email format, and be separated by comma if there are multiple receivers.
接收者邮箱不合法。
400
InvalidSenderEmail
Value value at 'sender email' failed to satisfy constraint: Argument must conform to email format, and only one sender can be set.
发送者邮箱不合法。
400
MissingReceiverEmail
Value null at 'receiver email' failed to satisfy constraint: Argument must not be null when enable email configuration.
启用邮件设置时,receiverEmail不能为空。
400
MissingSenderEmail
Value null at 'sender email' failed to satisfy constraint: Argument must not be null when enable email configuration.
启用邮件设置时,senderEmail不能为空。
400
MissingSenderPassword
Value null at 'password' failed to satisfy constraint: Argument must not be null when enable email configuration.
启用邮件设置时,password不能为空。
400
MissingSMTPHost
Value null at 'smtp host' failed to satisfy constraint: Argument must not be null when enable email configuration.