Hello,
When I save the settings for the attachments, in the database are inserted new lines (under each record) where are being putted the attachments.
For Example I have:
              Name, Surname, Email Subject, Email Descr, Sender, Received On,Attachment,AttachmentNumber
Record 1:     ...., ...,     ....,          ......,       ....., ........,   NULL,        NULL,
New line      NULL,NULL,        NULL,         NULL,      NULL,   NULL,    NULL,          0
Record 2:     ...., ...,     ....,          ......,       ....., ........,   NULL,       NULL,
New line      NULL,NULL,        NULL,         NULL,      NULL,   NULL,    NULL,          0
New line      NULL,NULL,        NULL,         NULL,      NULL,   NULL,    NULL,          1
How can I fix this?
Thank you