I'm trying to create an email signature that will display differently on a recipient's computer based on what state their IP address is in. I was wondering if there are any known ways of accomplishing this task?
feedback
|
|
If you can insert an image into your email signature that is hosted on a server you control, you can have the image be dynamically generated by your server. And then you can change it depending on the IP address that's requesting it. As long as the viewer is set to show images from your emails, that will work. | |||||
feedback
|
|
Depending on your setup... there may be several ways to accomplish this... and you'll probably have to use several methods to make it work semi-reliably. There's several hurdles you'll have to overcome in order to accomplish this reliably.
Honestly, your best bet is to build a database of known customers' email addresses and put your location information in there and update as-needed. From there you can typically add signatures to emails either at the email client level... or at the mail-server itself... etc... This is not a simple task... which is also why there is soooo much spam in the email world. Nobody can track down exactly where/who an email came from. I wish you luck. | |||
|
feedback
|