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

rtcary
 
Pluto replied on at Permalink Reply
Pluto
Hello rtcary
$mh->sendMail(); is null.