Страница 1 из 1

Elastix 4 и отправка e-mail

Добавлено: 16 май 2016, 07:51
sveloga
Из веб-интерфейса, там и смог настроить отправку почты через удаленный SMTP. сообщает: Failed to send hello command: Array ( [error] => HELO command failed [smtp_code] => [detail] => )
Настроил постфикс руками. Работает.

Но не дружит с русским языком.
Письма приходят в таком виде:
=============================================
Губкин Сергей,

There is a new voicemail in mailbox 197:

From: "Губкин Сергей" <101>
Length: 0:05 seconds
Date: Monday, May 16, 2016 at 11:04:57 AM
=============================================

И не могу найти, где поменять шаблон письма.

Re: Elastix 4 и отправка e-mail

Добавлено: 16 май 2016, 09:34
ded
Где искали? Гугль, например, знает -
https://forum.asterisk.ru/viewtopic.php?f=5&t=4702
vm_email.inc:

; To be able to localize text in the email by using utf-8 characters you can remove the remark on the next line so that the charset will be utf-8
; charset=utf-8
; Change the email body, variables: VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_DATE

emailbody = ${VM_NAME},\n\nThere is a new voicemail in mailbox ${VM_MAILBOX}:\n\n\tFrom:\t${VM_CALLERID}\n\tLength:\t${VM_DUR} seconds\n\tDate:\t${VM_DATE}\n\n\n
~