UplandsDynamic/zws-wordpress-contacts-database

Emails not being sent

UplandsDynamic opened this issue · 2 comments

Emails are not being sent upon new user registration

This is an issue where path to sendmail is incorrect (or sendmail is not installed on the system). Fix is to refactor to use WP email handling, rather than directly calling php mail function. This will allow alternative methods of sending email (such as PostMarkapp.com), as configured as WP plugins, to be used in environments where sendmail is not available for whatever reason.

Fixed. Now uses wp_mail().