Is $mh->sendMail() suppose to return a value
Permalink
When $mh->sendMail() completes, is it suppose to return a value as it
$retVal = $mh->sendMail();
Or is there some other variable in $mh?
Many thanks...
Todd
$retVal = $mh->sendMail();
Or is there some other variable in $mh?
Many thanks...
Todd
$mh->sendMail(); is null.