Pages: 1
RSS
Create Template that Addes BCC to each email, I cant' find a option to add a BCC to a email template
 
is it possible to create a email template that will have TheBat automatically add a email address to the BCC field for each new and replied to email?

Thanks
 
sure, add this line

%BCC="something@domain.com"

at the end of new message and reply templates
 
Brilliant!

thanks
 
Hi!

It's possible add this line &BCC like a condition when I reply?

Ex. If original email have TO = 123@domani.com add %BCC to the reply also not.

Thanks  :)
 
I'm not sure what you want. It appears to me that you want 123@domani.com to be BBCed when it's in the original To header and not if it isn't.
That can be done, use this macro in your reply template:
%If:"%OToAddr"="123@domani.com":"%BCC='123@domani.com":""%-
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
Hi Otten,
thansk!!!!

Your line work fine!!!  8)
 
excellent!!! thanks. I was looking for this.
Pages: 1