I am using IT_Library_12 → ITL_SMTP_Client_6 in my plcnext program for axc f2152 to send email. I am able to send email if the udtMailto quantity is 1 (ex: udtExample.udtSMTP_Client.udtMailTO.AddressCnt := 1;). But, when I changed the quantity to 2 or 3, and added .recipients email address to udtMailTO.AddressList[1], .udtMailTO.AddressList[2] or …[3], I got an error. udtDiagcode I got are 16#C302 and 16#022A. I am using mail.gmx.com mail server (port 465). I also tried IT_Library_11 with same result. Can you please help?
