Overview
Navigate to the Webuzo Admin Panel > Settings > Email
- Mailing Method via PHP Mail:
PHP Mail uses the server’s built-in mail function to send emails through the local mail transfer agent, such as Exim or Postfix.
With this method, emails are processed and sent directly from the server without requiring any external mail service or authentication.
With this method, emails are processed and sent directly from the server without requiring any external mail service or authentication.
Click Edit Settings to get the changes to take effect. Webuzo will now use the above saved settings while sending emails.
- Mailing method via SMTP:
SMTP allows the server to send emails through an external or remote mail server using authentication.
Instead of sending emails directly from the server, SMTP emails through a trusted mail provider, which improves delivery success and reduces spam issues.
Instead of sending emails directly from the server, SMTP emails through a trusted mail provider, which improves delivery success and reduces spam issues.
Click Edit Settings to get the changes to take effect. Webuzo will now use the above saved settings while sending emails.