AusFreak
Forum Replies Created
-
Hi Champ,
I removed all of the recaptchas from everywhere 😛
still the same issue 🙂Hi Champ,
Yes, i disabled all the plugins and left UM and it still produced the same problem.
Forum: Fixing WordPress
In reply to: Password Reset Sent From Incorrect EmailPlease refer back to my previous post about wordpresse’s email function and how its handled. Im not saying its wrong but one would need to tweek it a bit if you were to be reset sending to a microsoft mail server
Forum: Fixing WordPress
In reply to: Password Reset Sent From Incorrect Emailto send reset passwords? Seems a bit over the top when its a simple php function that comes with all CMS’s with the option of SMTP. The cPanel server is a basic, standard setup, It no real issue unless your email is being sent to a live.com, hotmail.com or outlook.com.. microsoft and there stupid smartscreen
Forum: Fixing WordPress
In reply to: Password Reset Sent From Incorrect EmailActually, I got my answer from cPanel Support
WordPress uses its own custom mail function to send out emails. The PHP mail() function (and the custom WordPress mail function) has the ability to change the “From” address that will appear when an email is sent out. WordPress’s mail function does not make use of this feature, so the mails will come from <username>@serverhostname.com by default. You may view Example #2 from this documentation for an example of what I am describing:
http://php.net/manual/en/function.mail.php
Given that WordPress doesn’t set the from address properly with its mail function, the only way around this is to install a WordPress plugin that can change the “From” address or configure WordPress to use a SMTP server instead of using its own built in mail function.
Forum: Fixing WordPress
In reply to: Password Reset Sent From Incorrect EmailThis is the response I’ve gotten.
WordPress is a third party product that we do not support; however, I will see if I can be of any assistance.Emails are sent from an account’s default email account USER@HOSTNAME.TLD when a script is not configured to send emails using SMTP and authenticating to an existing email address. You will want to contact WordPress’ support for assistance with changing the email address that their password reset function sends from. I have provided the link to their support page below.
Forum: Fixing WordPress
In reply to: Password Reset Sent From Incorrect EmailIts to do with the way emails are sent in wordpress, possibly PHP. I self host