Emails not being sent
UplandsDynamic opened this issue · 2 comments
UplandsDynamic commented
Emails are not being sent upon new user registration
UplandsDynamic commented
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.
UplandsDynamic commented
Fixed. Now uses wp_mail().