Configuration

Configuration keys for the Solar_Smtp_Adapter_NoAuth class.

host

  • (string) The SMTP host to connect to.

  • Default: '127.0.0.1'

port

  • (string) Connect to the SMTP host on this port.

  • Default: null

crlf

  • (string) The CRLF string to use at the end of each line.

  • Default: ' '

secure

  • (string) The security protocol for the connection, if any (e.g., 'ssl' or 'tls').

  • Default: null

client

  • (string) Use this as the client address making the SMTP request.

  • Default: '127.0.0.1'

flags

  • (string) The stream connection flags to use.

  • Default: 4

context

  • (string) The stream context to use, if any.

  • Default: null



Local