Skip to content

Instantly share code, notes, and snippets.

@cotangente
cotangente / app.ini
Created March 27, 2020 14:29
ZF1.12.18
resources.mail.transport.type = smtp
resources.mail.transport.host = "smtp.office365.com"
resources.mail.transport.ssl = TLS
resources.mail.transport.port = 587
resources.mail.transport.auth = login
resources.mail.transport.username = user@domain
resources.mail.transport.password = password
resources.mail.defaultFrom.email = "user@domain"
resources.mail.defaultFrom.name = "some text"
resources.mail.defaultRegistrationFrom.email = "user@domain"