msys.core.mail_queue_delay_domain
Last updated March 2020
Name
msys.core.mail_queue_delay_domain — Add a domain record to the delayed queue
Synopsis
msys.core.mail_queue_delay_domain(dr, note);
dr: userdata, domain_record note: string
Description
Add a domain record to the delayed queue. For a code example see “registerControl example”. To obtain domain record userdata use msys.core.dns_get_domain
. The second parameter is typically a string such as "451 4.4.1 [internal] manually delayed domain"
. This function returns nil
.
Because this function is in the msys.core
namespace, an explicit require('msys.core')
is not necessary.
See Also
Was this page helpful?