PDA

Click to See Complete Forum and Search --> : email based on zip code


zepart949
05-08-2006, 06:24 PM
I have a client that wants to have different people recieve an email, base on the zip code that web user enters. How can I do this?

Silence04
05-08-2006, 07:06 PM
that's easy, just take your lead data base and sort it by zip code.
then select the emails that have the zip code you want and do a mass emailing (your website host probably has a way to do mass emails)

ecsyle
05-09-2006, 01:17 AM
I would use a database to store the zipcode-email relationships, or an array. Then you simply have to use the zipcode as the array key to get the proper email address to send to.