Reliable Messaging via SMTP
By default, Joomla uses the PHP Mail function. However, this often leads to your emails landing in spam or not arriving at all. For professional Swiss web hosting, we strongly recommend using SMTP.
The Correct Settings:
Go to System -> Global Configuration -> Server. On the right side, you will find the Mail settings:
- Mailer: Select "SMTP".
- SMTP Host: Your server name (e.g., server.curiaweb.ch) or localhost.
- SMTP Port: 465 (with SSL) or 587 (with TLS).
- SMTP Security: SSL/TLS or STARTTLS.
- SMTP Authentication: Yes.
- SMTP Username: Your full email address (e.g., info@your-domain.ch).