Database: radon
Table structure for table #__acymailing_config
DROP TABLE IF EXISTS `#__acymailing_config`;
CREATE TABLE `#__acymailing_config` (
`namekey` varchar(200) NOT NULL,
`value` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Dumping data for table #__acymailing_config