

Same deal, I have had GoDaddy for WAY more than a decade, never an issue with my email. How do I move my Office 365 licenses to another email host? If I can do that, who has a rock-solid reputation for hosting 365? Sorry for the long story but here is the question.

I now believe it is GoDaddy that is the problem. Resending email from the Outbox doesn't work. After multiple complaints from clients that they had not received my email, I noticed my outgoing email was stacking up in my Outbox. When I hit "send" I expect that my email was sent. First started back in April - very frustrating. it is a known issue and we are working on a solution - there is no need to call customer service." I have had BASK Technologies and Microsoft customer support trying to sort it out for weeks. Occasionally I receive a message in OUTLOOK saying something like ".some users may be experiencing issues with sending email with attachments. Basically, outgoing email gets hung up in the OUTBOX frequently and usually when there is an attachment (small or large file size - it doesn't matter.


I never had an issue until Godaddy transitioned to Office 365. I have double-checked that the email address and password are correct and can log in to the webmail without any issues.My website has been hosted on Godaddy for 12 years and I have my email accounts set up there as well. Here are the server settings I'm using for IMAP, as provided by Godaddy: Server name: Message = (raw_message)Įmail_content = message.text_part.get_payload().decode(message.text_part.charset) Raw_message = imap.fetch(, ', 'FLAGS'])'] # Select the mailbox (folder) you want to read emails from, usually "INBOX" Imap = imapclient.IMAPClient('', ssl=True) Despite providing the correct email address and password, I am unable to log in and keep getting a LoginError (LOGIN failed). I am trying to authenticate and access my emails on a Godaddy/Office365 account using the imapclient library in Python.
