CodeIgniter Forums
a link to email me - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: a link to email me (/showthread.php?tid=72091)



a link to email me - richb201 - 11-03-2018

In the bottom of my main page I have

<div class="span6 b10">
      Copyright &copy; 2018 <a target="_blank" href="mailto:[email protected]">RBernstein</a>
      <img src="<?php echo base_url(); ?>assets/themes/default/images/RapidSSL_SEAL-90x50.gif" style="float:right;margin-bottom:150px;z-index:5"/>
</div>


However, when I click on the link to send an email I just get a new browser window with this in the address bar:

mailto:[email protected]

What am I doing wrong? 


RE: a link to email me - jreklund - 11-04-2018

Get rid of target="_blank".
If it still dosen't work you don't have a default e-mail client installed on your computer.


RE: a link to email me - richb201 - 11-04-2018

Got rid of the target=blank. Now it just sits there. I surely have gmail on my PC.


RE: a link to email me - jreklund - 11-04-2018

Gmail are primarily a web based email service.

These are e-mail clients:
* Outlook (2016/365)
* Windows Mail
* Thunderbird