我使用codeigniter发送电子邮件…激活用户帐户后,它会发送另一封电子邮件来插入标签,但是当用户收到消息时,没有标签出现,但是当我尝试使用其他元素时,或者呈现样式但是怎么样没有T’
原文链接:https://www.f2er.com/php/135044.html$message = 'Congratulations! Use the script below to add your widget.<br>'; $message .= "<iframe frameborder=\"0\" src=\"<?=base_url() ?>business/widget/{$id}\" height=\"320px;\" width=\"480px\" style=\"border: 1px solid #ccc;\"></iframe>"; $this->email->message($message); if($this->email->send()) { other code.... }