Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $file = $fileuploadpath . '/' . $filename;
  2. $attachments =array($file);
  3. wp_mail($submit_notice_email, $email_subject, $email_html, "Content-type: text/htmlrnFrom: $submitter_emailrnReply-To: $submitter_emailrnReturn-Path: $submitter_emailrn",$attachments);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement