hey there, i'm newbie
how do when we make an email account, automatically created a new account will receive a welcome email.?
thanks
hey there, i'm newbie
how do when we make an email account, automatically created a new account will receive a welcome email.?
thanks
There isn't an automatic way. You will need to create a script to do that for you.
01 Networks, LLC / Cybernetik.net
Zimbra NE and OSS Cloud Hosting
Shared Web Hosting
Consulting Services
is there any example scripts for it?
What can also run in cronjob?
Just create a script that reads a text file for email addresses and displaynames.. It should be pretty easy with a for loop..
Here is a simple for loop that creates a user (with no display name or anything)
for i in `cat userlist`
do zmprov ca $i PASSWORD
echo "Hi and welcome to Zimbra!" | mail -s "Welcome" $i
done
If you want to make it more complicated with display names, etc.. you will need to man awk
There are currently 1 users browsing this thread. (0 members and 1 guests)