Using Google Apps with StatusNet for email notifications

For the sake of saving an hour of guessing, here are the proper settings for using Google Apps, or Gmail, with StatusNet, formally known as Laconica: $config['mail']['backend'] = ‘smtp’; $config['mail']['params'] = array( ‘host’ => ‘smtp.gmail.com’, ‘port’ => 587, ‘auth’ => true, ‘username’ => ‘username@domain.com’, ‘password’… Continue reading →