Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

attach name body email

  • Нет ответов
  • 0 имеют эту проблему
  • 12 просмотров
more options

Hi,

When I sent an email, I use this addon "#tbkeys" to add the file name of the attachment in the body email. Is there a way to automatically add the name of the attachment, without using a shortcut ?

and this is the code for shortcut key...

  1. tbkeys

{"ctrl+3": "(function () { var bucket = window.document.getElementById('attachmentBucket'); var names = []; for (var i = 0; i < bucket.getRowCount(); i++) names.push('• '+bucket.getItemAtIndex(i).getAttribute('name')); window.goDoCommandParams('cmd_smiley','This is Attachement name :

'+ names.join('
')); })();"}

Hi, When I sent an email, I use this addon "#tbkeys" to add the file name of the attachment in the body email. Is there a way to automatically add the name of the attachment, without using a shortcut ? and this is the code for shortcut key... #tbkeys {"ctrl+3": "(function () { var bucket = window.document.getElementById('attachmentBucket'); var names = []; for (var i = 0; i < bucket.getRowCount(); i++) names.push('• '+bucket.getItemAtIndex(i).getAttribute('name')); window.goDoCommandParams('cmd_smiley','This is Attachement name :<br><br>'+ names.join('<br>')); })();"}

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.