Code: Select all
$attachment = [$filename => $file]
nuSendEmail($to, $fromAddress, $fromName, $body, $subject, array(), true, $cc, $bcc, $attachment);
nuDeleteFiles($attachment);
Code: Select all
$attachment = [$filename => $file]
nuSendEmail($to, $fromAddress, $fromName, $body, $subject, array(), true, $cc, $bcc, $attachment);
nuDeleteFiles($attachment);