Hey,
Working on a wordpress website on Yahoo Hosting (yuck), when using contact form 7 I am getting a file upload error. This is the code I used to get the form working at all. Now how can I upload files! Thanks ahead of time.
//return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers, $for_this_mail);
return @wp_mail($mail_recipient, $mail_subject, $mail_body);
} else {
//return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers);
return @wp_mail($mail_recipient, $mail_subject, $mail_body);
}