mailing_mt_tbl

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

JohnCyber
Posts: 5
Joined: Tue Jul 08, 2008 1:30 pm

mailing_mt_tbl

Post by JohnCyber »

Hi together,

I try to fill the table "mailing_mt_tbl" with informations via SQL statment but I can't fill the attribute "param".
Can anyone help me?

best regards

Atteched, you find my SQL Query
INSERT INTO EMM...mailing_mt_tbl
(
mailing_id,
param,
mediatype
)

SELECT
mail.mailinglist_id
,CONVERT(TEXT,
(
N'from="' +email_sender_name +' <' +email_sender_address +'>",'+
' subject="' +Email_Subject +'",'+
' charset="UTF-8",'+
' linefeed="72",'+
' mailformat="1",'+
' reply="' +email_sender_name +' <' +Email_Bounces +'>",'+
' onepixlog="button",'
)
) parameter
,0 mediatype


from EMM...mailinglist_tbl mail
join EMM...epi_cell_stage stage
on mail.campaign_sskey = stage.campaign_id
JohnCyber
Posts: 5
Joined: Tue Jul 08, 2008 1:30 pm

Post by JohnCyber »

Hi,

I found a way.....

Thanks
Post Reply