Should OpenCart use SMTP instead of PHP mail?
For most professional stores, SMTP is better than PHP mail because it supports authentication, better logging, and a cleaner relationship with SPF, DKIM, and DMARC.
PHP mail can work in simple setups, but for e-shop order emails a reliable SMTP provider is the safer choice.