cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP Error

SrinivasaraoVo3
Level 4
I am trying to send an email with an attachment using SMTP.I am getting the following error "Internal : Collection fields are defined but cannot be matched to the incoming collection - The collection definition does not contain the field filepath". I have two action stages : 1.Configure : Used Configure action in Email POP3/SMTP VBO 2.Send Mail : Used Send Message action in Email POP3/SMTP VBO In Attachments,I have specified a collection name [Attachments] contains a fieldname "filepath" of type text and initial value to this filepath field is "D:\UiPath User Guide.docx" Please help me in sending an email with attachment.
5 REPLIES 5

Denis__Dennehy
Level 15
??

Jan_LouisMoster
Level 3
I am having the same issue

Jan_LouisMoster
Level 3
You need to add a Field in the collection called ""Path

harathi_salla
Level 3
name of the filed ""filepath"" in file and collection should be same. Or dont add any column names in the collection.

adityakumar2
Level 3
Add ""Path"" and not any other name because the code has inbuilt collection with field Path.