My webhost assured me that I can use the php mail finction without any problems on their hosting platform, and it indeed seems to work fine (when I test it).
That would save me another plugin (SMTP plugin) to install.
So when the php mail function is working fine and is fully supported (also with a SPF-record) would you guys still use a SMTP plugin?
]]>I would say if no problems are known, use the standard phpmailer function. If you notice any issues then I would use an SMTP plugin.
]]>