What I'd like the email to indicate when received through AC

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
louderback
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 47
Joined: Tue Nov 11, 2008 10:47 am
Location: Los Angeles

What I'd like the email to indicate when received through AC

Post by louderback » Thu May 28, 2009 7:43 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: What I'd like the email to indicate when received through AC

Post by mazhar » Fri May 29, 2009 4:23 am

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

Code: Select all

       
Request.ServerVariables["REMOTE_ADDR"];
and then find its GEO location information.

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: What I'd like the email to indicate when received through AC

Post by William M » Fri May 29, 2009 5:57 am

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.

Post Reply