OpenEMM Support Forum Index OpenEMM Support
Use this forum to get and provide free help regarding OpenEMM
 
 TOP   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

mailing_mt_tbl

 
Post new topic   Reply to topic    OpenEMM Support Forum Index -> Using OpenEMM
View previous topic :: View next topic  
Author Message
JohnCyber



Joined: 08 Jul 2008
Posts: 5

PostPosted: Tue Jul 15, 2008 9:32 am    Post subject: mailing_mt_tbl Reply with quote

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
Back to top
View user's profile Send private message
JohnCyber



Joined: 08 Jul 2008
Posts: 5

PostPosted: Thu Aug 07, 2008 2:39 pm    Post subject: Reply with quote

Hi,

I found a way.....

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OpenEMM Support Forum Index -> Using OpenEMM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


SourceForge.net Logo Powered by phpBB © 2001, 2005 phpBB Group