on 14-11-2022 12:48
Hi,
Email was working fine on my pc and phone. I added my Blueyonder email to Outlook on another pc and it would not connect to the server. I couldn't see any reason so I tried changing the password. Still not working. Even worse, my Blueyonder IMAP accounts on my main pc and on my Android phone (Google Mail) have stopped receiving and sending emails. Access via the VM web site is OK. The error I get is 'cannot access the server'. I have put the new password into all apps.
My IMAP settings are imap.virginmedia.com / port 993 / SSL/TLS and smtp.virginmedia.com / port 465 / SSL/TLS
Any suggestions?
on 14-11-2022 15:50
Answering my own question:
I saw a response from a similar issue that gave a Terminal script to run to find out more about the failure reason. The script failed because my password was an input string and it contained a double & (xxx&&xxx). To get the script to work I changed my password. The Outlook email then worked (having input the new password).
on 15-11-2022 15:53
Thanks for your response
Absolutely great to hear this is now fixed for you! Thank you for the update and I hope you have a great day.
Regards
15-11-2022 18:28 - edited 15-11-2022 18:29
Good to read that a change of password solved the issue.
FYI using escape character “\” or single quote around -u argument would have solved issue with running curl command, for example if password was Y54&kpX5g:
curl -v smtps://smtp.virginmedia.com -u richard.branson@virginmedia.com:Y54\&kpX5g
or:
curl -v smtps://smtp.virginmedia.com -u 'richard.branson@virginmedia.com:Y54&kpX5g'