0
votes

I have been trying to get the pop3 activities working on UiPath on an AWS server. I have put in the username, password and host name as webmail.server.co.uk but it seems to time out. I've tried both https and leaving that out.

1
Have you tried opening the port on your VPS that is required to connect to the server? Are you using the right type of authentication and the right type of connection? - Burhan Khalid
Have you tried using the same information to logon via another program - like outlook or thunderbird? Just to check that you are using the right settings? - Nicolai Krüger
Thanks guys. It was both vps and I didn't notice the connection type. Fixed and working. Woohoo. - Dan Atkins
@BurhanKhalid exactly what was needed. - Dan Atkins

1 Answers

0
votes

Port needed opening and authentication needed to be set. Thanks for the helpful answers.