Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Changed] Do not delete files after sending an e-mail

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Changed] Do not delete files after sending an e-mail

Unread post by admin »

Files/Attachments are no longer deleted after sending an e-mail with nuSendEmail(). To delete files anyway, use nuDeleteFiles().

Code: Select all

$attachment = [$filename => $file]
nuSendEmail($to, $fromAddress, $fromName, $body, $subject, array(), true, $cc, $bcc, $attachment);
nuDeleteFiles($attachment);
Post Reply