Issue #377 has been updated by Krzysztof Stryjek.
Hi, Well mail_from is used to add email address. I mean to add From: header like name and surname. So (according to my example) will be: $message['resetfrom'] = "Password Reset Manager" $mail_from = "[email protected]"; And then email will look like: From: Password Reset Manager <[email protected]> I hope I wrote more clear :) ---------------------------------------- Feature #377: Adding mail_from_txt to send_mail function - SSP http://tools.lsc-project.org/issues/377 Author: Krzysztof Stryjek Status: New Priority: Normal Assigned to: Category: Self Service Password Target version: self-service-password-? Hello, I think it is good idea to add resetfrom message (like 'resetsubject') to send_mail function. So user will receive message like: From: Password Manager <[email protected]> Subject: $message['resetsubject'] ... ... I can see that this function is called in four files, so it will be very easy to add this feature. I will try add some patches in few days -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
