PDA

View Full Version : Extract Emails


Gershom
04-07-2007, 11:25 PM
Hi Guys,

Can someone teach me how to extract emails from my database?

Thanks,
Gershom

Dave Baker
04-08-2007, 07:07 PM
Hello Gershom,
Open the table {yourPrefix}config_groups in your database and find config group with title "Email Templates" and please remember an "id" of this group. In my database it has "id" = 2.
Then try to execute this query:

SELECT * FROM `{Prefix}config` WHERE `id_group` = 2

2 - replace with your "id" of "Email Templates" group
{Prefix} - replace with your database prefix

Gershom
04-09-2007, 09:30 AM
Thanks a lot Dave, I'll give it a try:)

Dave Baker
04-10-2007, 04:45 PM
Always at your services Gershom!