Thunderbird: Your message was sent but a copy was not placed in your sent folder - thunderbird

So I've been getting this error using Thunderbird with my Gmail account when trying to send emails:
Thunderbird: Your message was sent but a copy was not placed in your sent folder (Sent) due to network or file access errors. You can retry or save the message locally to Local Folders/Sent-
This is actually happening with all my Mail accounts and not just Thunderbird...
Things I have tried:
I changed the connection security on server settings from STARTTLS to SSL/TLS.
I tried changing THUNDERBIRD preferences editor security.tls.version.min from 3 to 1
Both didn't seem to work for me. Anyone have the same problem and found a solution to this?

Help menu -> turn troubleshoot mode on
this will disable all your addons and restart thunderbird in troubleshoot mode on.
This solved my problem.

go to settings /passwords/ note both SMTP and IMAP passwords , delete the registered passwords, restart Thunderbird enter the password again IMAP, then create a message Send it , it will prompt for SMTP password, enter it. That's it, it worked for me

I just reconfigured "Copies & Folders"
When sending messages, automatically:
Place a copy in:
(and selected "Sent" Folder on:)
Previously "Other" was selected (and worked just fine...)
This happened from one day to the other, with no update from Thunderbird... this is very very strange!

Related

Moodle email not get even after a success message

I can't get user verification mail even after a success message. My file permission is 755. It show success message with or with out an smtp setting. I think problem arises after my server change. But php mail function is working when I tested in separate file on server.Any Idea about this problem.
Please install test email moodle plugin and test email using that plugin. it will show the error if email fail.

Thunderbird and SoGo connector: Never asked for credentials

I'm trying to access my owncloud address book using Thunderbird and the SoGo connector under Windows.
Under Linux I have no issues whatsoever - it works perfectly.
Under Windows however I'm never being prompted for any credentials after I added a new remote address book and I'm therefore unable to retrieve my address book.
I tried deleting and recreating the address book several times, restarting Thunderbird and Windows itself, but I never got a credentials prompt.
I checked the 'saved passwords' section in the Thunderbird settings to ensure that no wrong credentials are stored (because SoGo fails silently if the credentials are incorrect).
The owncloud address book URL is correct as well.
I'm using Thunderbird 31.1.1 and SoGo 24.0.6
Thanks in advance for any hints.
Ok, I resolved it myself by downgrading to SoGo Connector 10.0.6.
After you installed the addon, restarted thunderbird and entered the uri to you owncloud addressbook, restart thunderbird again. SoGo Connector should then ask for the credentials.
SoGo Connector never asks for CardDAV credentials in Thunderbird 38 under Windows, probably a bug in TB, Lightning or SoGo.
Resolved by downgrading to Thunderbird 31, there everything works as expected.
I solved this problem by first removing the SOGo Connector and then installing the Saved Password Manager Addon for Thunderbird and created a new username / password of type annotations (or similar..). Afterwards I reinstalled the SOGo Connector and it worked right away. I found the solution on this german Webmail-Site. The proposed way of installing the Saved Password Manager afterwards didn't work. They suggest this workaround if you get asked for the password everytime, I wasn't asked a single time.

nopcommerce password recovery not working properly

Password recovery is not working on the server after deployment. It is working fine on the localhost. I checked password recovery template and it is showing active. I am getting all the other mails after deployment such as order confirmation and welcome mails but there is some problem in password recovery. If I check the message queue it is showing sent but we are not receiving it. I tried to change the message template and if I keep only the text instead of any URL's than it is working fine but when I add passwords recovery URL we are not getting mails. If URL is a problem than how my other mails are working. I haven't made any changes in the core files. I checked on the nopcommerce forum but there are no one facing this issue.
Any help will be appreciated.

Squirrelmail autoforwarding incoming mails

I want to make squirrelmail automatically forward every email that I receive without having to login and do it myself. I have have found 2 plugins from the site but none of them seem to be working (autoresponder, local_autorespond_forward)
I tried to do that by myself straight from the code but the messages are decoded.I am new to squirrelmail so I would like some help please. It is installed in a ubuntu server.
This is the problem i get with autoresponder
There was a problem connecting to your FTP server: "cannot log in to localhost". Please contact your support department.
Local_autorespond_forward plugin does not show any option when i go change its properties from the options.
Thanks

Mail Not Sending from My Server

I am having issues sending mail from my server, when I type in phpinfo() I get this:
Mail: /var/spool/mail/frank
...
_ENV["MAIL"]: /var/spool/mail/frank
The php file that I'm using the Mail function in is owned by Apache and has 775 permissions. Inside /var/spool/mail there is no apache file, but there is a file for every other user on the box. Do I need to change the php.ini? Or can I add in an apache file (perhaps duplicate the frank file and then rename)?
Any advice can help!
/var/spool/mail is where incoming unread mail is stored. There would be an 'apache' file only if the apache account has received mail.
Have you looked inside the MTA's log (usually /var/log/maillog) to see what's going on? If PHP's properly sending mail, there should be an entry in there for the mail being en-queued and what happened when the MTA (postfix/sendmail/exim/etc...) tries to forward it onwards.