Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 2, 201311 yr 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!
September 3, 201311 yr /** * 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.