I tried:
postfix
ssmtp
from this post How to have my PHP Send mail?
and the classical
sendmail
with sudo sendmailconfig
nothing works
I can see no error messages.
My host is windows 10.
Any ideas?
I tried as well:
echo "My test email being sent from sendmail" | /usr/sbin/sendmail myemail@gmail.com
and
echo "test"|mail -s test mymail@gmail.com
no errors in neither
no spam email, nothing
phpinfo() shows
sendmail_path /usr/sbin/sendmail -t -i