PDA

View Full Version : Customer Mailing List


four-point
June 18th, 2002, 08:58 PM
Jamie,

Would it be possible to add the ability from the Admin screens to send the information in the customers table to a flat file or email it in text to the admin's email address? I have a customer that is requesting this, I know the same could be accomplished by using phpMyAdmin but I don't think my customer would want to use that tool.

Regards,
Mark Galazka
Four-Point Technologies

Jamie
June 18th, 2002, 10:08 PM
Yeah, this wouldn't be very difficult. Did you have any particular format in mind? Just names, or names and email addresses?

four-point
June 18th, 2002, 11:22 PM
I was thinking, Name, Address1, address2, city, state, zip, email, phone.

Jamie
June 19th, 2002, 05:42 PM
OK...here is a thought. I need to have a way to export contents of any table to a CSV file. So what if we make a function that will allow you to export to CSV the contents of the table you are viewing, and have it allow you to check off what fields you want. There could also be a radio select below the field names that basically is a choice:
email to me (me would be replaced by the email address of the logged in user)
OR
save as file

This would be good long term. Let me know what you think.

If you need something sooner, I could make up a PHP file that will send an email to the store owner when they visit the page and click a submit button. That would not be that difficult to do, but I would not want to include it in that manner in future versions.

four-point
June 19th, 2002, 06:15 PM
Jamie,

I will probably need to address this within the next month, do you think you would have it implemented by then?

Thanks,

Mark

Jamie
June 19th, 2002, 07:56 PM
Maybe, maybe not! I think I would be better off making a temp solution for you for now. I'll let you know when I have something.

Jamie
June 19th, 2002, 08:04 PM
BTW - do you want Country also?

Jamie
June 19th, 2002, 08:31 PM
Just sent you a file to try out.

four-point
June 20th, 2002, 01:56 PM
Thanks Jamie,

That worked perfect!!

Regards,

Mark

Jamie
June 20th, 2002, 02:55 PM
No problem! I'm going to leave this post as if it is not completed, as I think I want to implement this in the manner I described long term.

-Jamie