msg:address_header
Last updated March 2020
Name
msg:address_header — Returns address components as an array
Synopsis
msg:address_header(...);
Description
Parses each instance of the named header for RFC2822 addresses and returns the component of those addresses as an array.
The ellipsis (...) in the parameter list indicates that this function has any number of arguments.
Enable this function with the statement require('msys.extended.message');
.
See Also
Was this page helpful?