How send the voicemail to the user's email?

i have the next configuration en voicemail.conf

[general]
format=wav
maxmsg=100
maxmessage=180
maxsilence=10
maxlogins=3

[default]
206 => password,user,email

i had problem with the selinux so i disabled it…
however asterisk is not sending the voicemail to the users email :frowning:

thank! :smiley:

And the maillog says ?

In the general context in voicemail.conf write attach=yes, for all you voicemail.
The syntax for defining a mailbox is:
mailbox => password,name[,email[,pager_email[,options]]]
In options you can define in any case the attach too.