Could not get attachment using wp_mail

Is the file correctly saved?

Did you try attaching a file via static path? Something like:

$attachments = array(WP_CONTENT_DIR ."/uploads/myfile.pdf");