WordPress won't let me change my administration email address :( - wordpress

I'm trying to set my domain name email (something like username#mywebiste.com) to be the one that my website users can send messages to when they click on "send messages" on my website. I put my personal email for my administration email when I signed up for WordPress and now I want to change it to my domain name email. I went to WordPress Dashboard --> Settings --> General, I typed my domain name email and clicked on save changes and nothing changed. It still has my personal email as my admin email. How can I fix this?
Just FYI, I'm a total beginner with no code knowledge who has just started learning on making my own website with a store bought theme. So I would appreciate if you can explain in simple and easy ways. Thank you in advance:)
Have a great day!

Related

Not able to integrate MailChimp with my WordPress Site

I have created a new website using wordpress and elementor pro. Main purpose of building this website is to collect email IDs.
In return on email ID, I’m giving away an opt in.
The problem I’m having is when someone enters their email ID and clicks on “Sign up”, the opt in I have created in templates of mail chimp isn’t going in their mailbox (not even in spam).
I believe the issue to linking the opt in with that form. I’m not sure.
Can someone please guide me how do I fix this?
Thank you
When they click "sign up" the form is not supposed to send an email to you, it is supposed to send that user/email to your MailChimp list on MailChimp.com.
Therefore first check if the information goes to your MailChimp. If it does, you can then contact MailChimp support to get help on how to configure email notifications once a user is added to a list.
And if it is not sending to your list then the issue may be with your setup/API/plugin. We cannot troubleshoot that without a login access or link.

wordpress webstie restriction or blocking, only registred users can view the website

I am creating a website on top wordpress,
The reason to use wordpress is that,
We want to restrict or block the entire site,
Only registered people should be able to access the site that too after verification,
Can anybody help me choosing the right plugins to achieve this.
Note : the site will be similar to a membership website, but the users who are going to use this are not paying, We just want to allow only people whom we approve.
Example: The steps are the one we are looking,
Default page should be Registration page,
Once Registered, Email verification has to be done by clicking the link in the Email ID giving during registration,
Post verification, Email with log-in page link along with username & password goes to the user's registered Email ID,
User logs-in using the username and password,
User is able to view the entire site
I AM A NEWBIE IN WORDPRESS,
Thanks
Ashok
Check this plugin : https://fr.wordpress.org/plugins/wp-user-frontend/
It's the best to make membership / private page / registration page and etc.. and he is the most documented plugin on this.
Have fun and welcome on Wordpress :)

Sending Anonymous Mail From Website or Similar Solution

I am a bit unfamiliar with web coding. So I am designing my webpages with existing wordpress plugins mostly. Now I need a solution for a small project, and I think that it must be very easy to do it for you especially.
Briefly I want my visitors to enter my website and send customized mails to their friends within my website without giving their contact information or their mail address. Mail recipient must see my site mail only.
For instance I am already in my website. I will fill a contact form like below.
TO: Recipient's mail address
MESSAGE: Customized message of visitors. Sample: "Hey buddy, you're such an awesome boy."
The trick here is to send an anonymous mail to friends with a customized message. And mail recipients will see my site's mail address.
As you are not much familiar with web coding, try to use "Contact Form 7" plugin for wordpress ( it is free ) and set up a contac form.
http://contactform7.com/
In the form, use following code
[email visitor-email]
and then in the "To" section of the mail, just use
[visitor-email]
That would do the job easily

How can I get rid of spam users

The company I work for have a small Plone blog. But we have a problem with spam accounts. We use captcha on the site and Plone sends a mail to the users that they must confirm before they can edit the user profile. Still about 600 spam users are created every day. In the Plone user profile they paste all kinds of commercial links.
We are located in Denmark and the blog is in danish, therefore I have made a script to delete all users with a non danish mail adress. But even though most of the real users have a danish mail account I probably still deletes some real users when running the script.
The spam users register from a vide range of ip-adresses, so blocking ip's is not an option.
Does anyone have ideas to what to do about this problem?
Disable Plone comments/public user creation and use a third party commenting service such as Disqus.
They somehow trick recaptcha (if you find out, please let me know :)
But how do they do the email validation? They don't have to. Plone join_form has a hidden field for password which is filled by this bot and Plone saves it as the real password (check the REQUEST object comming from this bot)
So the bot doesn't need to check email for password. That's how they get in and activate those accounts. So fix the hidden password field from join_form.
Then, remove all users that have links in their profile description (as a real user you don't do that, do you?). Also don't let the users to input HTML within their profile description.

How can I display a message to the user after they request a new password on my Drupal-based site?

I work primarily with WordPress sites, and I have minimal experience with Drupal. Only about 1/100 of my sites use it, so I usually don't need to worry about it.
Right now, however, I need to add an alert after a user requests a new password on a Drupal based site. The alert is to tell the user that they need to check their email for the new password. It doesn't even need to be a popup, the message just has to be there.
I've been wandering aimlessly through the site's files and backend and all across google but I can't find any solutions to this. A solution would be great but I'd appreciate it if anyone could even point me in the right direction to figure it out myself. Please help!
Edit:
I have checked the triggers page and there is nothing there that can help. I also read about a module called password_trigger which sends an email alert. The site is set up to send an email already, but it's not using this module. Help?
If that is not showing, double check that <?php print $messages; ?> is in your page.tpl.php theme file.
Are you sure this won't happen by default?
I just went to one of my Drupal 7 sites and did this:
clicked Request new password
typed in my user name
clicked Email New Password
Drupal displayed a message that said
Further instructions have been sent to your e-mail address
Does that not happen for you? (If not, which version of Drupal are you using?)
I'm not clear about the email part of your question. Is Drupal sending out an email to the user when a new password is requested?

Resources