Insert email content based on the email address you're using

Snippet for use in Gmail - uses the Gmail Command Pack.

Inserts a different piece of text based on the email address you're sending from.

{if: {gmail-myemail}=="email1@domain.com"; trim=right}
content of email 1
{elseif: {gmail-myemail}=="email2@domain.com"; trim=right}
content of email 2
{elseif: {gmail-myemail}=="email3@domain.com"; trim=right}
content of email 3
{elseif: {gmail-myemail}=="email4@domain.com"; trim=right}
content of email 4
{endif}