rinatkhaziev / wp-frontend-uploader

WordPress plugin that allows your visitors to upload media from the front-end
53 stars 52 forks source link

Support multiple emails per notification #49

Open rinatkhaziev opened 11 years ago

rinatkhaziev commented 11 years ago

Feedback from wp.org support thread:

Under settings, although wp_mail() supports multiple email 'to' addresses, it sanitizes the email addresses, removing commas.

I edited your frontend_uploader_settings.php file, and removed

'sanitize_callback' => 'sanitize_email',