Hi all, i have an application that have to return emails to user his email client, but on some cases i have to pass around 1000 emails...
I'm using mailto
on href, something like this:
mailto:[email protected][email protected],[email protected],anotherone@dfsf...
Why am I returning to his email client instead using PHP mail()
function?
Because the user sender email depends on witch computer he is logged, and he needs to archive thoose emails...
The problem: Some browsers, if the email list is bigger than X, it won't send to his preferred email client...
Can anybody help me on this?
Thanks in advance