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
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


--
Florian Hülsmann
<[email protected]>
http://cbix.de


_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to