Sep
14
Make Joomla localhost Email Work
September 14, 2008 |
If you have been developing Joomla locally, i.e.localhost or example.com, you may have trouble with the email function. Here is the fix for it.
Most ISPs block port 25 so you cannot send email from your own computer’s SMTP server. This is to block spammers. If you don’t intend to spam, you can use your ISP’s mail server.
To get the email function from your ISP SMTP server even if you are hosting your own Joomla site on your own computer to work, sign in as administrator to your Joomla! site. In the menu bar: Site -> Global Configuration -> mail tab. Your data should look like the following:
Mailer: SMTP Server
MailFrom: someone@example.com
From Name: SomeName
Sendmail Path /usr/sbin/sendmail
SMTP Auth: Yes
SMTP User: johndoe (username at one of your email accounts at your ISP)
SMTP Pass: trr33459 (password at one of your email accounts at your ISP)
SMTP Host: smtp.charter.net (Whatever your ISP tells you to use for their SMTP servers)
Similar Posts
- Joomla Retrieve Admin Password
- Joomla Manually Setup Enable SEF URL
- Install and Run Joomla on Ubuntu
- Joomla PDF Display Problem in IE7 Fix
- Joomla Loads Position Module within Content
- Remove Mootools From Joomla Header
- Proper Way to Use Joomla getNumRows
- Joomla add Custom User Groups
- Joomla - Link Excerpt Article Title to Full Article
- Joomla - Use loadObjectList and foreach to get list
- Way to use Joomla loadAssoc
- Joomla! - Make Latest News Module Display Date
Comments
2 Comments so far



































This is so useful, thank you very much for sharing it!
I originally thought it was impossible, now you made it possible. thanks for the tip!