How to create a Email link using the Yii Framework

H

How Can We Help?

How to create a Email link using the Yii Framework

In the view that you wish to use add the following code for the Email link.

CHtml::mailto($data->email)

NOTE: $data->email contains the email address, replace this variable with the relevant email address or variable that contains the email address.

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me