Hi, having a bit of a problem here.
I run my website on it's own dedicated server but we do not have any mail() sorted or any PHPmailer activated at all. Hence we are using the WP-Mail-SMTP plugin to temporarily take care of things.
However, when sending "user details" to the new user, it doesn't send at all. Furthermore, attempting to retrieve a lost password results in
"The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function..."
But I do not want to use the mail() for the site anyway, I want to use SMTP - which works fine for other plugins (such as Frontend Uploader...)
Is there anything that can be done to remedy this?