Jump to content

Missing IPSText::getTextClass('email')->replyTo()

Featured Replies

Posted

Hi dears.

Please kindly add IPSText::getTextClass('email')->replyTo() method currently missing so much in email class.

Would be so nice to have this method eg. for such kind of addons as "Contact form". Some SMTP servers does not allow to set fake "From" property, in this case replyTo header may be useful.

Thanks!

    /**
     * Manually set an email header
     *
     * @param    string    Header key
     * @param    string    Header value
     * @return    @e void
     */
    public function setHeader( $key, $value )
    {
        $this->temp_headers[ $key ]    = $value;
    }

You can already set whatever headers you want.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.