If you are using a Mac computer for your development purposes, MAMP is the suitable software bundle. The initial development of the website can be done with ease without the immediate need of a live server. But the only problem while developing Joomla websites using MAMP is it is not possible to send mails. So any functionality related to the mailing system like contact form, user registration and newsletter subscription is disabled.
Using this tutorial you can now send emails from your Joomla websites in MAMP.
MAMP
; For Unix only. You may supply arguments as well (default: “sendmail -t -i”). ;sendmail_path =
to
; For Unix only. You may supply arguments as well (default: “sendmail -t -i”).
sendmail_path =/usr/sbin/sendmail -t -i -f name@example.com
Mail Server
sudo mkdir -p /Library/Server/Mail/Data/spool
Test the Mail Delivery
This tutorial is surely not for Joomla beginners, but if you are successful then its fine. But if you are not, then follow the steps once again carefully or Request a Quote.