Hello, Do I need to configure these config settings. Outbound emails are working by default and sending out emails using [email protected].
Do I need to specify a different email address or can still use [email protected]? Do I need to setup incoming email settings? Do these get used with SMS service? Email info, used for all outbound email #$config['mail']['notifyfrom'] = '[email protected]'; #$config['mail']['domain'] = 'microblog.example.net'; # See http://pear.php.net/manual/en/package.mail.mail.factory.php for options #$config['mail']['backend'] = 'smtp'; #$config['mail']['params'] = array( # 'host' => 'localhost', # 'port' => 25, # ); #For incoming email, if enabled. Defaults to site server name. #$config['mail']['domain'] = 'incoming.example.net'; Thanks. -- Jason Jaffa
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
