A page in your DokuWiki was added or changed. Here are the details: Date : 2011/07/22 11:04 Browser : Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0 IP-Address : 213.41.232.151 Hostname : dslm0.nerim.lyon.linagora.net Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.6/config_mail?rev=1311324870 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.6/config_mail Edit Summary: User : coudot
@@ -1,13 +1,35 @@ ====== Mail ====== <note>Configuration file: ''self-service-password/conf/config.inc.php''</note> - ===== Attribute ===== + ===== LDAP Attribute ===== Set the LDAP attribute where user email is stored: <file> $mail_attribute = "mail"; </file> <note>Only the first value of this attribute will be used to get the mail address.</note> + + ===== SMTP ===== + + ==== Headers ==== + + You can change the default ''From'' header: + + <file> + $mail_from = "[email protected]"; + </file> + + ==== Server ==== + + SMTP server configuration is managed by PHP. See [[http://www.php.net/manual/en/mail.configuration.php|this documentation]] to learn how to configure it. + + ===== Change password notification ===== + + Use this option to send a confirmation mail to the user, just after a successful mail change: + + <file> + $notify_on_change = true; + </file> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/ _______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
