Hinders bots from scraping email addresses from your website.
$options = array( 'cc' => 'cc@theemail.com', 'bcc' => 'bcc@theemail.com', 'followupto' => 'followupto@theemail.com', 'subject' => 'The Subject', 'newsgroup' => 'newsgroup', 'class' => 'emailLinkClass', 'id' => 'emailLinkID', 'name' => 'emailLinkName', 'title' => 'emailLinkTitle', ); Yii::app()->mailto->link('sendingto@gmail.com', 'javascript', 'Link Text', $options);
Be the first person to leave a comment
Please login to leave your comment.