Hi Patrick, I use google apps to host my e-mail and it works great. It was a little tricky to set up, here's my mail settings from config.php
$config['mail']['backend'] = 'SMTP'; $config['mail']['notifyfrom'] = '"Laconica At Svenbilt" <[email protected]>'; $config['mail']['domain'] = 'svenbilt.com'; $config['mail']['params'] = array ( 'host' => 'smtp.gmail.com', 'port' => '587', 'auth' => true, 'username' => '[email protected]', 'password' => 'password', 'debug' => false ); Hope that helps, - Bjorn Stromberg On Tue, Mar 24, 2009 at 10:27 AM, Patrick Phelan <[email protected]> wrote: > Hello everyone, > > I am receiving database error messages when registering new accounts and > saving email information. It seems that my email config setup may be > incorrect. I am using google apps to host my email. Is anyone else using > google apps and having success? > > -- > Patrick_______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
