buy tb500

create list of emails using command prompt – plesk windows server

The below command to create emails in plesk using command line… the command will help if you have many emails to create

C:\Program Files (x86)\Parallels\Plesk\admin\bin>for /f “tokens=1,2” %i in (c:\m.txt) do mail.exe –create %i@lbs.com.my -mailbox true -passwd %j

need to put the file email.txt in c:\ driver and run the command in %plesk_bin% direcotry, must be inside the directory

thank you.

Leave a Reply