I want to use the Mail::POP3Client module to connect to an email server and check for and retrieve mail using a perl script. I have tried many many sample scripts for connecting and retrieving email, however my current problem is that I cannot connect to a mail server. I have tried using my email server, as well as creating a gmail account, and neither have worked. Can anyone offer suggestions of what email host they have used that has worked for this module? And possibly the code you used (although I think the code I have will work if I just have the right email program that will let me connect using POP)?
Thanks.