Can UiPath fetch Hostinger webmail successfully?

Is there any activity for getting hostinger webmails in UiPath
or is there any alternative to get mails from it

Hi @Ejaz_Ab,

UiPath does not have a specific activity for Hostinger webmail. The standard approach is to use Get IMAP Mail Messages or Get POP3 Mail Messages since Hostinger supports these protocols. Configure the activity with Hostinger mail server details (imap.hostinger.com with port 993 SSL or pop.hostinger.com with port 995 SSL), use your full email address and password, and enable SSL. This is the recommended and supported way to get emails from Hostinger in UiPath.

Thanks and cheers

let me try this i will let you know

Hi @Ejaz_Ab

No, UiPath does not provide any other native or supported method to read Hostinger webmail apart from IMAP/POP3.

Any alternative (web automation, forwarding, third-party tools) is indirect and not recommended compared to IMAP, which is the most stable and supported approach.

Cheers

Hii @Ejaz_Ab,

Use Imap/pop3 with UiPath get imap mail messages activity
and also u can use smtp/imap credentials settings or use this call webmail via browser automation

used GET IMAP EMAIL LIST
but it is not fetching it i thinlk
and getting the timeout error

@Ejaz_Ab

IMAP enabled in hostinger
server: imap.hostinger.com
port:993
ssl:true
use correct email and pass
increase Timeout properly
disable antivirus/firewall

First confirm IMAP/POP is enabled in the Hostinger email settings and that you are using the full email address as the username. Make sure SSL is enabled and the ports are correct IMAP 993 and POP3 995. Also try disabling antivirus or firewall temporarily, or ask your IT/network team to allow outbound traffic on these ports.

Hi @Ejaz_Ab

Pls check this thread:

Happy Automation

Ensure IMAP is enabled in Hostinger, then use activities Get IMAP Mail Messages or Get POP3 Mail Messages.
Use server imap.hostinger.com with port 993 and SSL = true.
Make sure the correct full email ID and password are used.
Increase the Timeout value in the IMAP activity.
Temporarily disable antivirus or firewall to check for SSL/port blocking issues.

Get IMAP Email List: Authentication failed.
now it shows this error

This means UiPath is able to reach the server, but the server is not accepting the login.

Can you verify if IMAP is enabled in hostinger.. Also type username and password manually in properties.. Dont copy paste

hostinger dont have option in setting for enabling IMAP
by default it is enabled

@Ejaz_Ab

please open locals panel when running in debug..and whne failed …expand exception details and check the full exception of why the auth failed

cheers

Copy the error or exception which you’re getting and paste it here so that we get to know what’s the actual issue

i tried it in try catch still same error Authentication failed

Share the issue details like some screenshots or exceptions message

Get IMAP Email List: Authentication failed.

Are you using integration services? If yes then verify the details are proper. Also the issue is with hostinger.

You can try UiAutomation for webmail’s of hostinger. This will remove the authentication thing