Setting up catchall addresses for google apps is here:
http://www.google.com/support/a/bin/answer.py?answer=33962&topic=14868

Then you need to make sure your daemon is running and you should be good to go.

 - Bjorn

On Thu, Mar 26, 2009 at 4:06 PM, Patrick Phelan <[email protected]> wrote:
> Bjorn,
>
> Thanks again for your help.  What settings did you apply for incoming mail?
>
> Thanks,
>
> Patrick
>
> On Tue, Mar 24, 2009 at 11:03 AM, Bjorn Stromberg <[email protected]>
> wrote:
>>
>> 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

Reply via email to