nopcommerce password recovery not working properly - email

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.

Related

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

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!

Concerning Magenta 1.9. - “Invalid Form Key. Please refresh the page“

I have a problem with the Safari browser complaining about unsecure transfer when adding products to the basket and fails. So, I sat the unsecure transfer to https in configurations. That helped for Safari but now I can’t log in to the Magento admin. I get: “Invalid Form Key. Please refresh the page“.
In phpMyAdmin > core_config_data I changed the unsecure transfer back to http. That didn’t help so I deleted the whole site from the server and uploaded a one-week old backup, but I still got the same error. Finally, I have deleted the backup and uploaded the original. And of course, still have the error.
I have emptied var/session, var/cache and var/reports and flushed my own cache and deleted cookies.
I have found technical solutions as https://www.tigren.com/magento-error-invalid-form-key/, but I’m a novice and on top of that not a programmer.
Now, when I try to address the site via phpMyAdmin I get “mysqli_real_connect(): (HY000/1045): Access denied for user 'username'#'localhost' (using password: YES)”.
When everything else fails for me I can e-mail the host company to work on the server. But what to write?
Could a professional please walk me through a solution?

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.

Jenkins won't send e-mails anymore

This might be a tough thing to figure out but i have to give it a try.
With no changes i am aware of, my jenkins just stopped sending out e-mail notifications. I use jenkins 1.609 and email extension plugin 2.40.5. Jenkins runs as a service using a service user who also has the rights on the server to send e-mails. Ports to our smtp-server are unlocked. Used telnet for testing that everything works as expected. SMTP-server works fine, so it has something to do with jenkins and i cant figure out what is going wrong.
For some unknown reason jenkins still fails to send e-mails. When i use the test-feature that jenkins offers i get: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which tells me that either user or pw is incorrect, but as mentioned i've checked many times, it's setup correctly. Can anyone help out with this?
UPDATE:
After decrypting the password i can safely say that jenkins does save the password correct. Is there any way i can check that jenkins actually compares the correct encrypted passwords with each other? From my understanding jenkins uses 2 different encrypting techniques, maybe it uses tech1 for stored pw and tech2 for compare pw?
ANOTHER UPDATE:
Just tried adding a new certificate to the keystore, just in case, still no change.
MORE UPDATES:
Tried updating the mailer plugin- no change
Tried different users - all failed with the same error
So no matter what user i try, they all fail, but have jenkins execute a script which sends e-mails using said users it works.
August 18, 2016 - no change

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