Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-20 10:12 AM
Hi All,
We are currently trying to implement SMTP vbo in our project. So is there any way to use smtp vbo without using any credentials ? Like it needs creds to send mail but is there any process to bypass it, and without using credentials all time we can still send mail.
Thanks
Smith Jones
------------------------------
Smith Jones
------------------------------
We are currently trying to implement SMTP vbo in our project. So is there any way to use smtp vbo without using any credentials ? Like it needs creds to send mail but is there any process to bypass it, and without using credentials all time we can still send mail.
Thanks
Smith Jones
------------------------------
Smith Jones
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-07-20 10:07 AM
you can send emails using SMTP without credentials if your SMTP relay allows messages from the Host. there will be mechanism to add the source IP as trusted in SMTP relay server
alternately you can send emails using Exchange web-service, Microsoft Graph API, Outlook VBO, Mapiex VBO.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
alternately you can send emails using Exchange web-service, Microsoft Graph API, Outlook VBO, Mapiex VBO.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-20 12:46 PM
Good morning.
You need to check first if your SMTP provider allows sending emails without user validation (user and password).
That is not something they will do normally because allow be used to send SPAM and abuse of the server.
Have a good day.
------------------------------
Luis Lopez
Customer Support Engineer English and Spanish
Blue Prism Ltd
------------------------------
You need to check first if your SMTP provider allows sending emails without user validation (user and password).
That is not something they will do normally because allow be used to send SPAM and abuse of the server.
Have a good day.
------------------------------
Luis Lopez
Customer Support Engineer English and Spanish
Blue Prism Ltd
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-20 06:31 AM
Hi,
The request for user validation are disabled. If validations are disabled then how can we send emails? What is the process?
Also is there any way to send other than smtp VBO? As VBO is asking username, password.
Thanks
------------------------------
Smith Jones
------------------------------
The request for user validation are disabled. If validations are disabled then how can we send emails? What is the process?
Also is there any way to send other than smtp VBO? As VBO is asking username, password.
Thanks
------------------------------
Smith Jones
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-20 01:47 PM
We have the same setup - an internal SMTP server that does not require authentication. If you leave the user name as an empty string ("") it'll send mail without using credentials.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-07-20 10:07 AM
you can send emails using SMTP without credentials if your SMTP relay allows messages from the Host. there will be mechanism to add the source IP as trusted in SMTP relay server
alternately you can send emails using Exchange web-service, Microsoft Graph API, Outlook VBO, Mapiex VBO.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
alternately you can send emails using Exchange web-service, Microsoft Graph API, Outlook VBO, Mapiex VBO.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
