Im using msmtp for outgoing mails. This works in php console and in a php testpage:
- Code: Select all
<?php
mail("my@email.com", "Test", "msmtp as sendmail for PHP", "From: my@email.com");
?>
but not wit lifetype. I tried it with registering and comment notification.
Any suggestions?
