[Owncloud] smtp settings
Florian Hülsmann
fh at cbix.de
Tue Jun 26 17:34:25 UTC 2012
Hi Simon,
you can use the following keys in the config.php to setup SMTP:
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'host.tld',
'mail_smtpauth' => true,
'mail_smtpname' => 'name',
'mail_smtppassword' => 'password'
set mail_smtpauth to true or false depending on if you want to use
authentication. I didn't test this but found these in lib/mail.php, so
it may not work as described <.<
Good luck,
Florian
Am 26.06.2012 19:26, schrieb Simon Brereton:
> Hi
>
> I noticed that owncloud will attempt to mail you a mail you password
> recovery, but I see nothing in the config.php relating to smtp
> settings. Where are these stored and how are they set up?
>
> Thanks.
>
> Simon
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
>
--
Florian Hülsmann
<fh at cbix.de>
http://cbix.de
More information about the Owncloud
mailing list