Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can I set up Thunderbird to auto send an email (Like forms in Outlook)

  • 1 reply
  • 3 have this problem
  • 1 view
  • Paskiausią atsakymą parašė Matt

more options

I wondered whether it would be possible to use Thunderbird in order to send an automated email. Details for reference are included below:

I am currently using a form in Outlook to auto send an email with an attachment using the command line. I was wondering whether I would be able to achieve similar using a function inside of Thunderbird.

Below is a step-by-step description of how I currently complete the process using Outlook.

1.) I create a form inside of Outlook with the recipient name, subject and message, which stay the same, and enter this code into the script editor to make Outlook autosend the email when the form is opened:

Function Item_Open()

 If Item.Size = 0 Then 
   Item.Send 
 End If 

End Function

2.) I save the form and create a short-cut to Outlook on the desktop. I then open the short-cut properties and enter something similar to this into the short-cut target:

"C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /c "IPM.Note.DirectoryListReport2" /a "f:\example.txt"

Where;

"IPM.Note.DirectoryListReport2" - Opens the form.

/a "f:\example.txt" - adds an attachment.

When the shortcut is selected (or set to open as a scheduled task) The attachment is then automatically added and the email sent.

I'd be most grateful to find out whether the same could be achieved using Thunderbird, and I'd be very happy to add a post on the forums to inform other users of the functionality, as it could be very useful to others for a variety of applications.

Best and I look forward to your reply,

James

I wondered whether it would be possible to use Thunderbird in order to send an automated email. Details for reference are included below: I am currently using a form in Outlook to auto send an email with an attachment using the command line. I was wondering whether I would be able to achieve similar using a function inside of Thunderbird. Below is a step-by-step description of how I currently complete the process using Outlook. 1.) I create a form inside of Outlook with the recipient name, subject and message, which stay the same, and enter this code into the script editor to make Outlook autosend the email when the form is opened: Function Item_Open() If Item.Size = 0 Then Item.Send End If End Function 2.) I save the form and create a short-cut to Outlook on the desktop. I then open the short-cut properties and enter something similar to this into the short-cut target: "C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /c "IPM.Note.DirectoryListReport2" /a "f:\example.txt" Where; "IPM.Note.DirectoryListReport2" - Opens the form. /a "f:\example.txt" - adds an attachment. When the shortcut is selected (or set to open as a scheduled task) The attachment is then automatically added and the email sent. I'd be most grateful to find out whether the same could be achieved using Thunderbird, and I'd be very happy to add a post on the forums to inform other users of the functionality, as it could be very useful to others for a variety of applications. Best and I look forward to your reply, James

All Replies (1)

more options

see https://support.mozilla.org/en-US/questions/1002774 ounds like almost the same question to my uninformed ears