CodeIgniter Forums
How to mask email addresses? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: How to mask email addresses? (/showthread.php?tid=87327)



How to mask email addresses? - AntalGrobinal - 04-07-2023

What is the tutorial for partially hiding or masking email addresses in CodeIgniter 4 and what are the steps involved in achieving it?


RE: How to mask email addresses? - luckmoshy - 04-07-2023

(04-07-2023, 12:20 AM)AntalGrobinal Wrote: What is the tutorial for partially hiding or masking email addresses in CodeIgniter 4 and what are the steps involved in achieving it?

happy reading!!!

https://onlinewebtutorblog.com/codeigniter-4-partially-hide-or-mask-email-addresses-tutorial/


RE: How to mask email addresses? - InsiteFX - 04-07-2023

You also have CodeIgniter 4 Helper safe_mailto()

Helpers - URL Helper - safe_mailto()