Luca Bertoncello
2015-Jul-10 14:45 UTC
[asterisk-users] Sending E-Mail from voicemail with AND without attachment
Hi again, I'm trying to send two E-Mails when a message comes in the voicemail, the first WITH the attachment, and the second WITHOUT. But I don't get it working... I wrote 00493511111111 => SECRET,John Doe,first at emailde,second at email.de,attach=no but both E-Mail don't have the attachment. Writing 00493511111111 => SECRET,John Doe,first at emailde,attach=no|second at email.de results in invalid E-Mail-Address for the second E-Mail. I really don't know how to solve my problem, other the write a little program on the mail server that remove the attachment from the second E-Mail... Any help is appreciated Luca Bertoncello (lucabert at lucabert.de)
Luca Bertoncello
2015-Jul-10 14:59 UTC
[asterisk-users] Sending E-Mail from voicemail with AND without attachment
Zitat von Luca Bertoncello <lucabert at lucabert.de>:> I'm trying to send two E-Mails when a message comes in the > voicemail, the first WITH the attachment, and the second WITHOUT. > But I don't get it working...OK, I'm __VERY__ stupid... I can write two addresses, and the second is for pager and it does NOT receive the attachment... 00493511111111 => SECRET,John Doe,first at emailde,second at email.de is correct and do what I want... I'm very sorry, it's friday... Regards Luca Bertoncello (lucabert at lucabert.de)
Motty Cruz
2015-Jul-10 15:00 UTC
[asterisk-users] Sending E-Mail from voicemail with AND without attachment
Hello, this worked for me: 500 => mysecret,Motty mailbox,motty at domain.com,,tz=pacific,attach=yes|delete=1 Thanks, Motty On 07/10/2015 07:45 AM, Luca Bertoncello wrote:> Hi again, > > I'm trying to send two E-Mails when a message comes in the voicemail, > the first WITH the attachment, and the second WITHOUT. > But I don't get it working... > > I wrote > > 00493511111111 => SECRET,John Doe,first at emailde,second at email.de,attach=no > > but both E-Mail don't have the attachment. > Writing > > 00493511111111 => SECRET,John Doe,first at emailde,attach=no|second at email.de > > results in invalid E-Mail-Address for the second E-Mail. > > I really don't know how to solve my problem, other the write a little > program on the mail server that remove the attachment from the second > E-Mail... > > Any help is appreciated > Luca Bertoncello > (lucabert at lucabert.de) > >