[asterisk-users] VM notification to multiple email recipients

jg webaccounts at jgoettgens.de
Wed Sep 11 13:26:11 CDT 2013


If you use a standard command line mailer (like mail, or mutt), then you can simply concatenate 
the email addresses. You could do something like this:

[globals]
...
EMAIL=mdiehlenator at gmail.com,abc at nowhere.com,def at nowhere.com,
...
same => n(sendit),System(echo "${msg}" | mutt -s "blabla" ${EMAIL})



More information about the asterisk-users mailing list