Forum Moderators: open
<a href="mailto:mail@bla.com?Subject=Mysubject&CC=&BCC=other@mail.com.ar;other2@mail.com&Body=Some text">Click here</a>
But here's the tricky part:
I need to replace those emails addresses in BCC but not hardcoded. I'd like to be able to load a variable from a txt file or something...
The document MUST be an html so I don't think a php solution can help in this case...
Any ideas?