Searched refs:ep_recips (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c70 char **ep_recips; member in struct:email_pref
382 send_email(nhdl, headers, msg, eprefs->ep_recips[i]);
469 tmparr2, tn2, &ep->ep_recips)) < 0) {
532 ep->ep_recips = tmparr;
548 if (ep->ep_recips)
549 nd_free_strarray(ep->ep_recips, ep->ep_num_recips);
655 send_email(nhdl, headers, body, eprefs->ep_recips[i]);
662 if (eprefs->ep_recips)
663 nd_free_strarray(eprefs->ep_recips, eprefs->ep_num_recips);
760 send_email(nhdl, headers, body, eprefs->ep_recips[
[all...]

Completed in 60 milliseconds