ac:esmtp_capability_remove
Last updated March 2020
Name
ac:esmtp_capability_remove — Remove a capability string from the EHLO response
Synopsis
require('msys.extended.ac')
ac:esmtp_capability_remove(name);
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?