softbounce_email_tbl;

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

jim_frey
Posts: 132
Joined: Wed Nov 29, 2006 11:32 pm
Location: Middle Caicos, Turks and Caicos Islands
Contact:

softbounce_email_tbl;

Post by jim_frey »

From the bottom of this post --
http://www.openemm.org/forums/ftopic91.html

Looks like there's a typo in the SQL table --


--
-- Tabellenstruktur für Tabelle `softbounce_email_tbl;`
--

CREATE TABLE `softbounce_email_tbl;` (
`email` varchar(200) NOT NULL default '',
`bnccnt` int(11) NOT NULL default '0',
`mailing_id` int(11) NOT NULL default '0',
`creation_date` timestamp NULL default NULL,
`change_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`company_id` int(11) NOT NULL default '0',
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `softbounce_email_tbl;`
--
OpenEMM Moderator