View Source Zitadel.Settings.V1.SMTPConfig (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Settings.V1.SMTPConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  details: Zitadel.V1.ObjectDetails.t() | nil,
  host: String.t(),
  sender_address: String.t(),
  sender_name: String.t(),
  tls: boolean(),
  user: String.t()
}

Link to this section Functions