WebSite X5Help Center

 
Pete Wright
Pete Wright
User

Using bcc in a email addres link  en

Auteur : Pete Wright
Visité 1770, Followers 1, Partagé 0  

Hi

I have an image in a table cell which when clicked I want to start the user's email system with a mixture of 'to' and 'bcc' addressees. Is this possible? The html code, I think, would be something like

mailto:***?bcc=***,***

to send the mail 'to' user1 and 'bcc' to user2 and user3

When I try and put this (without the mailto:) in the 'send an e-mail to' dialogue box for 'email address' in 'link' I get an invalid email address message. I have tried some variations, eg using a ';' rather than a ',' to separate email addresses but with no success. I am using V13 Pro

If anyone knows the correct syntax that would be very helpful

Thanks

Posté le
1 RéPONSES
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

<a href="mailto:indirizzo1(At)email.com?cc=indirizzo2(At)email.com&bcc=indirizzo3(At)email.com&subject=Oggetto del messaggio&body=Contenuto del messaggio di posta">Scrivi una mail</a>

... (At) = @ ... mail1;mail2;mail3   (;)

ciao

Lire plus
Posté le de  ‪ KolAsim ‪ ‪