Skip to content

bhawneshdipu/Thunderbird-Redirect-Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thunderbird-Redirect-Me

Thunderbird-extension

We can use this extension to send/ redirect mails

we need to provide all details in json format and the mail will be sent w.r.t the json data.

e.g

in the subject of parent mail which trigger this event should match the keyword 'json redirect'

{
  "to":"email@email.com,email2@email.com",
  "cc":"cc@email.com,email2@email.com"
  "bcc":"bcc@email.com"
  "subject":"subject of mail",
  "body":"body in plain text or <b> in html format</b>"
}

Note: orignal mail subject should match 'json redirect'

Thank You

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published