hello, I come asking for your help.
my forum does not send any confirmation e-mails or password reset.
forum should send emails via php
edit [1] im add me setings mail
![[Image: xO29jXZ.png]](https://camo.mybb.com/7c5d528c1826137a6b8846c257987b601f0a1be1/68747470733a2f2f692e696d6775722e636f6d2f784f32396a585a2e706e67)
Hello,
with PHP mail, it's sometimes not technically an issue on your end, but rather on the receiver's. What happens a lot of the time is, the mail server (especially when it's on Gmail or Outlook) sees it's receiving that message, but with it being sent from PHP mail - a fairly untrustworthy way to send e-mails due to spam and other issues, it automatically rejects it, not even putting it in the spam folder. Now, there are 2 solutions that I know of:
1. - Set up SPF, DKIM and DMARC records in your DNS settings, which (although I haven't tried it) often makes the observed trustworthiness of the message much better, or
2. - Send your e-mails with SMTP instead, which should be easier with most hosts already offering simple SMTP mail with hosting services.