hey thx david, i did open a ticket and robert the transfer develpoer told me he should have this issue fixed by tuesday night. but i can wait past monday so i need to try to resolve this own my own.
i managed to retrieve all the email accounts and passwords from plesk, now i simply need to figure out how to edit email accounts in cpanel and change the passwords to the ones in the text file.
so i figured i write a script to automate the job.
let me know if this is a good idea or not. maybe there is another place i should write a script for this.
i ahve a few questions do, first off from what i understand this willl code will allow me to properly change passwords for a given account.
Code:
<cpanel Email="passwdpop($FORM{'email'},$FORM{'password'},$FORM{'quota'},$FORM{'domain'})">
so my question is , if i where to use php cause im most comfortable in that , how can i call that script from within php or should i do this in another language?
btw, i managed to grab all passwords and email accounts from plesk using this technique
retrieve passwords from plesk