Skip to main content

Name

ac:esmtp_capability_remove — Remove a capability string from the EHLO response

Synopsis

require('msys.extended.ac')

ac:esmtp_capability_remove(name);

name: string

Description

Removes a capability string from the EHLO response. It is most useful in the connect phase and raises an error if the session is not attached to an SMTP listener.

ac is an accept construct userdata data type. For a description of the C struct see accept_construct.

Enable this function with the statement require('msys.extended.ac');.

See Also

Was this page helpful?