Hi there,
Can anyone help with this. I'm just wondering what would be involved in the following:
Several 3rd party sites have an email link to my site. Each email address is unique to the site it is on but go via a domain I own. The unique part of it will contain a referral code which will allow me to track the site the email has come from so, a simple version may look like:
[email protected] - Site 1
[email protected] - Site 2
[email protected] - Site 3
when an email comes in, I want to be able to pick it up and log the referral in my MSSQL DB based on the unique part of the address.
I presume I'd need something to sit on the mail server monitoring incoming mails? What would the best programming lang be for this?
I was thinking something in Python maybe (I'm v.new to this) or .NET?
Do you see where I'm coming from? Any advice would be appreciated!
Can anyone help with this. I'm just wondering what would be involved in the following:
Several 3rd party sites have an email link to my site. Each email address is unique to the site it is on but go via a domain I own. The unique part of it will contain a referral code which will allow me to track the site the email has come from so, a simple version may look like:
[email protected] - Site 1
[email protected] - Site 2
[email protected] - Site 3
when an email comes in, I want to be able to pick it up and log the referral in my MSSQL DB based on the unique part of the address.
I presume I'd need something to sit on the mail server monitoring incoming mails? What would the best programming lang be for this?
I was thinking something in Python maybe (I'm v.new to this) or .NET?
Do you see where I'm coming from? Any advice would be appreciated!
