sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
243 stars 96 forks source link

Question: What is the mail command to change a user's email address #826

Open qosobrin opened 4 years ago

qosobrin commented 4 years ago

As an sympa administrator I can change the email address for one user with the shell command (https://sympa-community.github.io/gpldoc/man/sympa.1.html)

sympa.pl --change_user_email --current_email=xx --new_email=xx

Now I'm wondering if is there a mail command equivalent. I have looked through the documentation and I could not find anything. If it does not exist it would be a very welcomed feature.

Thank you in advance for your help. Best regards.

ikedas commented 4 years ago

Hi @qosobrin ,

Currently there are no mail command to change e-mail address of the user by their own. Using web interface, the user can change it.

qosobrin commented 4 years ago

Thank you, @ikedas Then, can you consider this as a feature request?