Toande labele fragen: Alle fragen toane

Convert VBA on Outlook to TBird

Can this be doctored to send via Thunderbird? If so pointers would be apreciated! Sub FredWeeklyReport() Dim OutApp As Object Dim OutMail As Object Dim MyAddress A… (mear ynfo)

Can this be doctored to send via Thunderbird? If so pointers would be apreciated! Sub FredWeeklyReport() Dim OutApp As Object

   Dim OutMail As Object
   Dim MyAddress As String
   Dim MyAddress2 As String
   Dim Response
   Set OutApp = CreateObject("Outlook.Application")
   Set OutMail = OutApp.CreateItem(0)
   On Error Resume Next
   
   Response = MsgBox("Fred. Hide all invoices, check worksheet is up to date", vbOKCancel)
   If Response = vbCancel Then GoTo ExitLable
   'Worksheets("Sheet19").Visible = False
   MyAddress = Sheets("Work summary").Range("Eddress1").Value
   MyAddress2 = Sheets("Work summary").Range("Eddress2").Value
   With OutMail
       .To = MyAddress
       '.CC = MyAddress2
       .BCC = ""
       .Subject = "Fred - PM - Weekly report"
       .Body = "Attached please find my weekly report. Regards, Peter"
       .Attachments.Add ActiveWorkbook.FullName
       'You can add other files also like this
       '.Attachments.Add ("C:\test.txt")
       .Send   'or use .Display
   End With
   On Error GoTo 0

ExitLable:

   Set OutMail = Nothing
   Set OutApp = Nothing

End Sub

Frege troch Peter Matthews, 1 oere lyn

Emails quit coming In.

Out of the blue, my Mozilla Thunderbird emails quit coming in. I paid a guy to get 2 weeks worth of emails to come in and thought the problem was fixed. Next day, same … (mear ynfo)

Out of the blue, my Mozilla Thunderbird emails quit coming in. I paid a guy to get 2 weeks worth of emails to come in and thought the problem was fixed. Next day, same problem - no new emails coming in. What is happening? I need help.

Frege troch cwrigor, 3 oeren lyn

error message

I am unable to send any messages. Getting this error message - An error occurred while sending mail. The mail server responded: Resources restricted from 69.115.218.69 - … (mear ynfo)

I am unable to send any messages. Getting this error message - An error occurred while sending mail. The mail server responded: Resources restricted from 69.115.218.69 - try again later (AA,31).

It will list whatever address I am sending to or one off of a group. If I delete the one address it lists out of a group I get the same message with a new address cited.

Any suggestions?

Frege troch Gerry McEntee, 8 oeren lyn

Lêst beäntwurde troch Gerry McEntee, 3 oeren lyn

Thunderbird freezing

Hi I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for … (mear ynfo)

Hi

I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for several weeks now and today I can't get that account to work at all.

I'm on Windows 11 and have tried re-starting my laptop in Safe Mode but the freezing persists. I've tried turning off Windows Defender - it makes no difference and I don't have any other anti-virus running.

I have 450 emails in my Inbox and don't want to lose any of them or my address book. I do back up each week.

Not very tech savvy and no clue how to sort the issue out.

All help appreciated.

Frege troch BAMimages, 4 oeren lyn

BLUE CIRCLE TIMEOUTS

Constant blue circle timeouts when trying to open emails or send. Everything stops while the blue circle of death throbs for up to 30 seconds every time. Makes every emai… (mear ynfo)

Constant blue circle timeouts when trying to open emails or send. Everything stops while the blue circle of death throbs for up to 30 seconds every time. Makes every email sent and every one marked junk or otherwise take forever.

Help.

Frege troch jpco, 3 oeren lyn

Cannot reset Local Folders / Local Directory back to default

Platform is Linux Mint 21.3 Cinnamon Thunderbird 115.16.0esr (64-bit) I must have caused this problem while making a mistake while adding a google gmail takeout file to l… (mear ynfo)

Platform is Linux Mint 21.3 Cinnamon Thunderbird 115.16.0esr (64-bit) I must have caused this problem while making a mistake while adding a google gmail takeout file to local folders.

Now account settings shows Local Folders / Local Directory as:

   /home/xyz/Downloads/Google Takeout/Takeout/Mail

In Local Folders the Outbox folder properties location shows:

  mailbox:///home/xyz/Downloads/Google Takeout/Takeout/Mail/Unsent Messages

In another Linux system Thunderbird shows Local Folders / Local Directory as:

  mailbox:///home/xyz/.thunderbird/g44es9f2.default-release/Mail/Local Folders/Unsent Messages

Which tells me basically where it should be pointing.

I tried to change (in account settings) Local Folders / Local Directory using the Browse... button but the Select Local Directory window doesn't give any access to the .thunderbird folder.

How can I change the account settings Local Folders / Local Directory back to what it should be?

Frege troch Arius, 3 oeren lyn

thunderbird geht nicht mehr auf dem laptop

Ich muss beim versenden ein Passwort eingeben. da ich aber das passwort nicht mehr weiss habe ich versucht ein neues einzugeben. das hat leider auch nicht geklappt. ich h… (mear ynfo)

Ich muss beim versenden ein Passwort eingeben. da ich aber das passwort nicht mehr weiss habe ich versucht ein neues einzugeben. das hat leider auch nicht geklappt. ich habe auch versucht mozilla thunderbird zu deinstalieren und dan wider neu zu instalieren, aber das hat auch nicht geholfen.

was kann ich tun?

mit freundlichen grüssen harry bodemann

Frege troch Harry Bodemann, 4 oeren lyn

Character encoding when syncing contacts to icloud

Hi I am syncing contacts between iCloud and Thunderbird and in most aspects it’s flawless. However when I change or create a contact in Thunderbird there seem to be a pro… (mear ynfo)

Hi I am syncing contacts between iCloud and Thunderbird and in most aspects it’s flawless. However when I change or create a contact in Thunderbird there seem to be a problem in character encoding. When I view the contact in iCloud the swedish characters åäö are replaced with som random strings. The other way around works as it should.

Does anyone recognize the problem and perhaps have a solution? Thanks.

Frege troch Daniel Österval, 6 oeren lyn

Bulk deletions not working well

While cleaning up email to get rid of the large amount of junk I sort by correspondent. This allows me to select several of the mostly junk emails together to delete them… (mear ynfo)

While cleaning up email to get rid of the large amount of junk I sort by correspondent. This allows me to select several of the mostly junk emails together to delete them. I highlight the first email I want to delete, go to the last one and hit shift and click. Sometimes that can be over a hundred or so emails to delete at once. After selecting delete, sometimes they don't all delete. The email is no longer bolded as though I had read it, but only a portion of the selected actually delete. It sometimes takes 2, 3 or more times of selecting them to get them to all delete. This has just been recently, within the past few months that I have noticed this. Not a terrible problem, but curious as to why this happens.

Frege troch eknight, 1 wike lyn

Lêst beäntwurde troch eknight, 10 oeren lyn

Will not auto-configure for a comcast.net email address (Solved)

Starting about a year or more ago, when trying to set up profiles on Thunderbird for a comcast.net email address, it would fail. The different errors generated would indi… (mear ynfo)

Starting about a year or more ago, when trying to set up profiles on Thunderbird for a comcast.net email address, it would fail. The different errors generated would indicate it was a problem on the mail server, and not with thunderbird. Even comcast support couldn’t figure it out. With trial and error, I finally did. - Enter your name, address and password in the setup screens and allow it to get to the “configuration found” menu. - Select to configure manually. - Under incoming server for IMAP, Authentication Method will show 0Auth2. Change it to normal password. - For Username, it will be set to the entire email address. Remove the “@” sign and everything to the right of the “@” sign. So instead of email@domain.com it will show “email” and that’s it. - Under outgoing server for SMTP the authentication method will show 0Auth2. Change it to normal password. - If username shows the entire email address, (It shouldn’t, if you changed it for IMAP) then remove the “@” sign and everything to the right of the “@” sign. - Click the Re-Test button and it should pass. - Click the Done button and the setup should be completed with no issues. -

Frege troch Carl1959, 11 oeren lyn

No emails since February

I had been happily using Tbird for many years. In mid February, when I tried to open my inbox, the message was "inbox in use for some other operation". If it was in use, … (mear ynfo)

I had been happily using Tbird for many years. In mid February, when I tried to open my inbox, the message was "inbox in use for some other operation". If it was in use, I did not know about it. Then the message changed to "Thunderbird has crashed". I tried again many times over a few months but got the same results. I've just about been coping using webmail but with much grinding of teeth. Today when I tried again, there was no message and no inbox. I've also tried opening a 2nd Tbird account but got nowhere. Does anyone have any suggestions please? Thanks, Richard>

Frege troch richard387, 11 oeren lyn

Cannot search emails and there contents.

Ive recently started using Thunderbird and its setup with my Gmail account. When i try and search from the search bar, on outlook i used to be able to search within the … (mear ynfo)

Ive recently started using Thunderbird and its setup with my Gmail account.

When i try and search from the search bar, on outlook i used to be able to search within the PDF document so if i had alot of invoices with the same product on it say 'TBA123' as the product code it would bring all the documents with that in the PDF, is this something that should work on Thunderbird?

Frege troch colestott, 12 oeren lyn

My Feedly RSS is not working in Thunderbird

Hi folks! When I connect my Feedly RSS to Thunderbird's RSS subscription, I can't receive any new messages. In addition, I can't see the old messages in the folders. I c… (mear ynfo)

Hi folks!

When I connect my Feedly RSS to Thunderbird's RSS subscription, I can't receive any new messages. In addition, I can't see the old messages in the folders. I couldn't find any way to solve this problem (for those who use Feedly).

When adding an RSS Feed, I don't get any valid URLs, I add it via Feedly "Organize Feeds ---> OPML Export ---> Download Export file" and then via Thunderbird "Feed subscripts ---> Import ---> My OPML file".

Thunderbird correctly reads all RSS feed URLs, file names, folder contents when I add this file. I save it and thinking it works and everything is fine. However, when I click "Get new Messages", no messages come through. I check the Feedly website a few minutes later to see if there are any new messages and I can see the new messages in Feedly.

In order to solve the problem and make it more understandable screenshots are below.

Thank you for your help, best!

Frege troch clientlogin, 13 oeren lyn

Issue with Sender Display in Thunderbird PEC Mailbox

Dear Support, I am experiencing an issue with my PEC mailbox configured in Thunderbird. In the sender column, an incorrect email address often appears, unrelated to the … (mear ynfo)

Dear Support,

I am experiencing an issue with my PEC mailbox configured in Thunderbird. In the sender column, an incorrect email address often appears, unrelated to the actual sender of the received email. In some cases, I see the phrase "on behalf of:" followed by an email address that has no connection to the message in question.

This issue makes it difficult to correctly identify the real sender of emails. I have already checked my account configuration and updated Thunderbird to the latest version, but the problem persists.

Could you please provide guidance on how to resolve this behavior?

I am available to provide further details or screenshots of the issue if needed.

Thank you in advance for your assistance.

Frege troch Francesca Rumi, 16 oeren lyn

modzilla email error on ubuntu

modzilla email error on ubuntu: The Local Directory path "/home/peter/.thunderbird/n4rpxwpa.default-esr/modzilla mail client error: Mail/pop3.wa.exemail.com-1.au" is inv… (mear ynfo)

modzilla email error on ubuntu: The Local Directory path "/home/peter/.thunderbird/n4rpxwpa.default-esr/modzilla mail client error: Mail/pop3.wa.exemail.com-1.au" is invalid. Please pick a different directory.

Frege troch Sermonp, 21 oeren lyn

The account xxxxx@verizon.net is being processed. Please wait until processing is complete to get messages

TB stopped downloading emails from the Yahoo server. I still could send emails. I moved all emails from all TB folders (Inbox, trash, etc) to Local folders, deleted the… (mear ynfo)

TB stopped downloading emails from the Yahoo server. I still could send emails. I moved all emails from all TB folders (Inbox, trash, etc) to Local folders, deleted the profile. Redid the profile. Now TB still doesn't download emails. I get the message "The account xxxx@verizon.net is being processed. Please wait until processing is complete to get messages." AND now I can't send emails either.

Frege troch jsaklas, 23 oeren lyn

Unable to send emails .

Unable to send emails from my Laptop. Drop down box says "Outgoing server (SMTP) failed. I have compared settings on PC and are the same as the laptop. Have contacted… (mear ynfo)

Unable to send emails from my Laptop. Drop down box says "Outgoing server (SMTP) failed. I have compared settings on PC and are the same as the laptop. Have contacted my server provider and that is all ok. Can send emails from Optus webmail, but not from Thunderbird. Can send emails from the PC and that has Thunderbird also.

Frege troch natura1, 1 dei lyn

In Windows 11, how do I access the folders beneath Local Folders

In Windows 11, the Address Book is accessed via an icon on top left of the TB main page or Alt+2. In Windows 11 is there a similar key combination to view the folders be… (mear ynfo)

In Windows 11, the Address Book is accessed via an icon on top left of the TB main page or Alt+2. In Windows 11 is there a similar key combination to view the folders below Local Folders?

Frege troch 4freebird, 5 dagen lyn

Lêst beäntwurde troch 4freebird, 1 dei lyn