Pages: 1
RSS
Multiple "From" Addresses, Choosing "from" field on one account
 
Hello.
I’ve gone with this question to google, bat’s help and searched the forum here, but haven’t archived any results.
How to use multiple “from” field for only one account?
I have a general the bat! account that monitors my mail on an address which letters from other addresses are forwarded to. And I need the possibility to answer from e-mail address on which that letter was sent from general account.
Ok, a little bit confusing. For example:
I have an account on Gmail that collects all my mail like webmaster@domain.com, peter@domain.com and so on… But when I want to reply, my “from” field always contains that Gmail’s address, though that letter (on which I want to reply) was sent to webmaster@domain.com.
And I need to send that reply as webmaster@domain.com.

I can’t add more The bat! Accounts for specific addresses, because they can only redirect, not store the letters that come to them.
 
Use the %From macro in your reply template, preferable in combination with the If macro, use a construct like this:
%If:"%OToAddr"="peter@domain.com":"%From='peter@domain.com"':""%-
%If:"%OToAddr"="webmaster@domain.com":"%From='webmaster@domain.com"':""%-%If:"%OToAddr"="boss@domain.com":"%From='boss@domain.com"':""%-
Use a construct like this for every possible address
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1