Joomla¶
Joomla is an open source, PHP-based content management system.
See also
Joomla is a PHP-based application. Please see PHP and Static Files, CGI Scripts, and PHP Pages for additional documentation.
Sending Email¶
To configure Joomla to send mail:
- Log in to the Joomla administration site with an Administrator or Super Administrator account.
- Click Site ‣ Global Configuration. The Global Configuration page appears on the Site tab.
- Click the Server tab. The Global Configuration page appears on the Server tab.
- In the Mail from field, enter an email address registered in the WebFaction control panel.
- In the From Name field, enter the name you would like to have displayed to recipients of mail sent from Joomla.
- Click the Save button. The The Global Configuration details have been updated notification appears at the top of the page.
Sending Email with an SMTP Server¶
You may configure Joomla to send email messages using an SMTP server. This method is optional. To configure Joomla to send mail using an SMTP server:
Log in to the Joomla administration site with an Administrator or Super Administrator account.
Click Site ‣ Global Configuration. The Global Configuration page appears on the Site tab.
Click the Server tab. The Global Configuration page appears on the Server tab.
From the Mailer menu in the Mail Settings group, click to select SMTP Server.
In the Mail from field, enter an email address. If you are using the WebFaction SMTP server, use an address configured in the control panel.
In the From Name field, enter the name you would like to have displayed to recipients of mail sent from Joomla.
In the SMTP Authentication, SMTP Security, SMTP Port, SMTP Username, SMTP Password, and SMTP Host fields, select or enter the SMTP server details. For the WebFaction SMTP server use these details:
- SMTP Authentication
Yes
- SMTP Security
SSL
- SMTP Port
465
- SMTP Username
A mailbox name.
- SMTP Username
The mailbox password.
- SMTP Host
smtp.webfaction.com
Click the Save button. The The Global Configuration details have been updated notification appears at the top of the page.
