Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update lib/mail.php | j-ed | 2013-01-22 | 1 | -2/+8 |
| | | | | | | | | Added three additional mail_smtp.. parameters. - mail_smtpdebug - enable debug messages to analyse SMTP problems. - mail_smtptimeout - set SMTP timeout which is set to 10s by default and this is sometimes to short especially if a malware/ spam scanner is used. - mail_smtpsecure - force secure SMTP connections. | ||||
* | add smtp port configuration option | Thomas Mueller | 2013-01-02 | 1 | -6/+8 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -3/+3 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617 | Thomas Müller | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
| | |||||
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-29 | 1 | -1/+2 |
| | |||||
* | Fix log write() parameters in wrong order | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Handling exceptions | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Catch exceptions from PHPMailer | Michael Gapczynski | 2012-07-11 | 1 | -26/+28 |
| | |||||
* | fix wrong documentation | Frank Karlitschek | 2012-06-06 | 1 | -12/+1 |
| | |||||
* | fix oc-780 | Frank Karlitschek | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵ | Frank Karlitschek | 2012-04-20 | 1 | -0/+116 |
flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code |