Hi DW,
Hmm, not sure I understand, the CMD2 I already have is:
$cmd2 = "insert into $ltable values('null','$nlnum','".addslashes($refcode)."','news@$dom','New List Newsletter','Welcome!','Welcome to the mailing list!','','','1','Please verify your subscription','Click the link below to verify your email address for subscription to the yoursite.com newsletter\n\n!confirm','','','0','','', '','','','','','','','','','','0;0;0;0;0','$adminmail','0;1','1','1')";
You can see it already has 3 values AFTER the $adminmail, your updated version only has 1, is this correct?
Also, I see that you've added another email address: 'errors@yoursite.com',
right before the 'Welcome!', is this correct?
Just confirming, maybe you can just post the correct code in the other thread? That way I can compare with what I have...