Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

can scripts be used for email

  • 9 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par rsx11m

more options

have been using OE and now WLM for sending scripted emails. Can we create and send our own scripted email stationery with thunderbird?

have been using OE and now WLM for sending scripted emails. Can we create and send our own scripted email stationery with thunderbird?

Toutes les réponses (9)

more options
more options

not mail merge. stationery email

more options

I don't know what that means, but in general you can invoke Thunderbird from a script in all operating systems and pass arguments like recipient and message content or any attachments over the command like. They still need to be sent manually by hitting the "Send" button in each composition window, though.

more options

Oh, or do you mean using scripts (as in JavaScript) in the message itself? This is disabled in Thunderbird for security reasons.

more options

what it means is i/we create email stationery that we use in emails. when XP was around we had no problem using scripts and now with WLM scripts do not run the way they should. A script shows images, sometimes scrolling. text and the script tells it which font to use. A script can do many things depending on the creativity of the sender. attached is a small example

more options

java is only a part of it but mostly it's just straight forward scripting an VBS/ Virtual Basic Scripting which in some ways but not all is similar to java.

more options

Ok, so Java isn't JavaScript despite the similarity in name (you'd need a plug-in for this while JavaScript is inherent to Thunderbird). Visual Basic is a proprietary language used by Microsoft. Both scripting mechanisms have apparently some vulnerabilities which prompted Mozilla some time ago to disallow it in mail/news content (VBS was never supported). WLM may put some restrictions on what can be done for reasons of security as well, I don't know.

Anyway, scripting in one e-mail client may not run in another e-mail client on the recipient's side. You can work around with animated GIF or APNG images which should be supported in most cases, but in a way represent rather static content.

Maybe someone else will stop by with another suggestion to make it work.

more options

thanks for trying to help.

more options

You are welcome.