Right know i’m using “Send Outlook mail message” activity to send error or success mails through robots. And its using the VM mail address.
But I want to change it so that I send from the specifik mail address we have created specifik for the type of robot. Like:
HR robot will use HR mail address to send from and Finance robot will use finance mail address to send.
Remember that SSO is configured on that mail addresses and no need for username and password.
Which activity I can use to do that as outlook activity is not giving that posibility?
If those are shared mailboxes then you just need to add them to outlook and then in the send mail activity in account field give the shared mailbox email address
Please try to use Send SMTP Mail Message activity . Pass required parameters like server name , port number , email recipients , and set SecureConnection = false .
Hope it helps .
OK I tried with Send outlook Mail message activity … and just added “SendOnBehalfOfName” my HR mail name … and it working.
IT shows that It has send from HR mail address…
But now I have one question… In the send mailbox on VM machine it show that send mail.
Can we change that login as well? So I shows the send mail also from the perticular HR mail box?
I got it but… Is there any way where that can be possible?
Asking this due to… we have only 3 VM now and if we extend than It will be hard to figur out where robot has ran and which VM I have to check feks. if an error mail is send.
So to avoid that I am thinking that we have a support mail box.
If I assign that support mail box to all VM and then use that to send mails from… Is it a good way to do or not?
Generally that is the better way to do …also its better the send items stay with that bot id as it would be easy to seggregate for you from where the email has been actually sent
if you want may be in cc/bcc you can add your bot id only so that mail is stored and you would know as well