SMTP Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-17 01:10 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-17 03:06 PM
??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-09-17 01:41 PM
I am having the same issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-09-17 01:50 PM
You need to add a Field in the collection called ""Path
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-09-17 01:54 PM
name of the filed ""filepath"" in file and collection should be same. Or dont add any column names in the collection.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-11-17 11:27 AM
Add ""Path"" and not any other name because the code has inbuilt collection with field Path.
