Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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