Changeset 12827
- Timestamp:
- 10/16/07 12:20:21 (1 year ago)
- Files:
-
- trunk/midcom/net.nehmer.account/config/config.inc (modified) (1 diff)
- trunk/midcom/net.nehmer.account/handler/invitation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.account/config/config.inc
r12594 r12827 113 113 * Invite email subject 114 114 */ 115 'invitation_mail_sender' => 'noreply', 115 116 'invitation_mail_subject' => 'website invitation from %s', 116 117 trunk/midcom/net.nehmer.account/handler/invitation.php
r12594 r12827 97 97 $this->_mail = new org_openpsa_mail(); 98 98 $this->_mail->to = $email; 99 $this->_mail->from = $ _MIDCOM->auth->user->_storage->email;99 $this->_mail->from = $this->_config->get('invitation_mail_sender'); 100 100 $this->_mail->subject = sprintf($this->_l10n->get($this->_config->get('invitation_mail_subject')), $_MIDCOM->auth->user->name); 101 101 // This may be a hack, but it allows us tons more control in rendering the email
