nbprint.config.outputs.SMTP

pydantic model nbprint.config.outputs.SMTP[source]

Bases: BaseModel

field host: str [Required]

SMTP server host

field port: int | None = 25

SMTP server port

field user: str | None = None

SMTP server username

field password: str | None = None

SMTP server password

field tls: bool | None = False

Use TLS for SMTP connection

field ssl: bool | None = False

Use SSL for SMTP connection

field timeout: int | None = 30

Timeout for SMTP connection in seconds