Ticket #473 (new defect)

Opened 2 years ago

Does not use wp_mail and thus is incompatible with all email plugins for Wordpress.

Reported by: marcusv Assigned to: ryanduff
Priority: high Component: wp-contact-form
Severity: normal Keywords: contact wp_mail mail
Cc:

Description

Please update your plugin to use the wp_mail() function rather than the regular mail() function so that plugins such as WP_PHPMailer and my ShiftThis? SMTP Plugin can redirect the email through the users preffered email settings. It's an extremely simple change considering the wp_mail function mirrors the mail function. Just change all instances of mail to wp_mail and you're all set!

Thanks a mil! My users don't like having to change this setting manually and shouldn't have to.