Mass change contact email
Hello, we wanna change 300+ contact email adresses in bulk. I tried the following method which I found on a another post. It changed the contact mail in /home/$/.contactmail but it doesn't change the contact email in WHM > account list. Any idea how we can fix this?
We running Cpanel v74.0.9
root@server[~]$ for i in `cut -f2 -d' ' /etc/trueuserdomains|sort`
> do
> echo 'myemail@hotmail.com' > /home/${i}/.contactemail 2> /dev/null
> chown ${i}.${i} /home/${i}/.contactemail
> done-
Hi @Webrockhost You would need to utilize the whmapi1 modify account function you can find it here: WHM API 1 Functions - modifyacct - Developer Documentation - cPanel Documentation Thanks! 0
Please sign in to leave a comment.
Comments
2 comments