on 07-04-2023 14:50
Hi,
Unable to send emails from this address from my Mac using the Apple mail app.
I get the following message -
The attempt to send data to the server "smtp.blueyonder.co.uk" failed.Select a different outgoing mail server from the list below or click try later to leave the message in your outbox until it can be sent.
The 2 servers listed are Blueyonder and iCloud - and both are described as Offline.
Any idea how I can fix?
Any help much appreciated - I've had this problem for about a week. Thanks
Answered! Go to Answer
07-04-2023 21:39 - edited 07-04-2023 21:40
It would be helpful then to see what, if any, error code is returned by the SMTP server in this situation. Open Terminal.application and enter the following where username:password is replaced with your email address and password, i.e. richard.branson@virginmedia.com:Y54kpX5g:
curl -v smtps://smtp.virginmedia.com -u username:password
Do not post the resulting output here but instead review it for possible reported causes, i.e. VM error code; choosing to ignore this advice and posting the output here unredacted or incorrectly redacted may reveal your email address, password and / or public IP Address.
FYI if there is no issue then you should see the following output from the curl command:
⋮
> AUTH PLAIN
< 334
> [Redacted]
< 235 2.7.0 SMTP350 Authentication successful for user [Redacted]
> HELP
< 214-2.0.0 This is cmsmtp ESMTP service help
214-2.0.0 This is cmsmtp ESMTP service help
< 214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
< 214-2.0.0 For local information send email to Postmaster at your site.
214-2.0.0 For local information send email to Postmaster at your site.
< 214 2.0.0 end of HELP info
214 2.0.0 end of HELP info
* Connection #0 to host smtp.virginmedia.com left intact
Otherwise unsuccessful will look similar to the following:
⋮
> AUTH PLAIN
< 334
> [Redacted]
< 525 5.7.13 Authentication Denied (VM320)
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, close notify (256):
curl: (67) Login denied
on 07-04-2023 16:24
Try the following:
--
I'm a Very Insightful Person, I'm here to share knowledge, I don't work for Virgin Media. Learn more
Have I helped? Click Mark as Helpful Answer and solved, or use Kudos to say thanks
on 07-04-2023 18:08
Hi - I don't get anything when I search for VM in the Show Details pane.
Is there anything else I should search for that will help explain what the issue is?
Thanks in advance for your help!
07-04-2023 21:39 - edited 07-04-2023 21:40
It would be helpful then to see what, if any, error code is returned by the SMTP server in this situation. Open Terminal.application and enter the following where username:password is replaced with your email address and password, i.e. richard.branson@virginmedia.com:Y54kpX5g:
curl -v smtps://smtp.virginmedia.com -u username:password
Do not post the resulting output here but instead review it for possible reported causes, i.e. VM error code; choosing to ignore this advice and posting the output here unredacted or incorrectly redacted may reveal your email address, password and / or public IP Address.
FYI if there is no issue then you should see the following output from the curl command:
⋮
> AUTH PLAIN
< 334
> [Redacted]
< 235 2.7.0 SMTP350 Authentication successful for user [Redacted]
> HELP
< 214-2.0.0 This is cmsmtp ESMTP service help
214-2.0.0 This is cmsmtp ESMTP service help
< 214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
214-2.0.0 To contact postmaster send email to postmaster@virginmedia.com.
< 214-2.0.0 For local information send email to Postmaster at your site.
214-2.0.0 For local information send email to Postmaster at your site.
< 214 2.0.0 end of HELP info
214 2.0.0 end of HELP info
* Connection #0 to host smtp.virginmedia.com left intact
Otherwise unsuccessful will look similar to the following:
⋮
> AUTH PLAIN
< 334
> [Redacted]
< 525 5.7.13 Authentication Denied (VM320)
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, close notify (256):
curl: (67) Login denied
on 10-04-2023 08:50
Hey tc14,
Welcome back to the community and thanks for taking the time to post.
I’m sorry to hear of the issues that you’re having with your email account, have you been able to try the suggestions from 用心棒 to resolve your issue?
Kind Regards,
Steven_L
on 14-04-2023 09:18
Hi - thanks for this - I've been able to do this -
No VM error code as such - but the output stated that VM had blocked my connecting IP as too many bad emails have been sent.
Also - got unexpected smtp-server response: 421
Do you know how to resolve this?
Thanks
on 14-04-2023 10:48
Too many bad emails have been sent via your public IP Address and Virgin have blocked access. Consider following the advice here My Virgin Media account has been hacked and then going to https://netreport.virginmedia.com/netreport/ to request a delisting:
Hopefully de-listing will occur sooner rather than later but if not post back here to have the issue flagged to the forum team.
on 15-04-2023 11:46
Hi @tc14,
Thank you for expanding on this. Has the advice offered by @用心棒 in their last post here helped at all?
Thanks,