What I'd like the email to indicate when received:
* IP address
* Hostname
* ISP
* Country
* Time Stamp
Has anybody created a script that can do this going through Able?
What I'd like the email to indicate when received through AC
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 47
- Joined: Tue Nov 11, 2008 10:47 am
- Location: Los Angeles
Re: What I'd like the email to indicate when received through AC
Do you want this in all Emails or some custom Emails sent via some form on your site. There are some discussions and sample codes here
viewtopic.php?f=47&t=10870
http://wiki.ablecommerce.com/index.php/ ... ntegration
You can get customer IP through
and then find its GEO location information.
viewtopic.php?f=47&t=10870
http://wiki.ablecommerce.com/index.php/ ... ntegration
You can get customer IP through
Code: Select all
Request.ServerVariables["REMOTE_ADDR"];
Re: What I'd like the email to indicate when received through AC
I'd have a look at an Outlook forum too. This may be better accomplished via your mail utility.
Message > Options (right click the subject line in the inbox list) shows you a lot of hidden info already on your computer.
Message > Options (right click the subject line in the inbox list) shows you a lot of hidden info already on your computer.