Examples of the Unsubscription / Subscription by email

1. Example of the unsubscription from the address list by using subject of the email message.

Sample of the subject of the email message:
Unsubscribe [Email="example@myemail.com"]

In this case is the keyword defined the "Unsubscribe".
If the email address is not supplied, then the email address of the sender of email will be unsubscribed. See next example.

2. Example of the unsubscription from the address list by using subject of the email message.

Sample of the subject of the email message:
Unsubscribe

In this case is the keyword defined the "Unsubscribe" and the subject of email does not contains the email address.
Email address of the sender of email will be unsubscribed.

3. Example of the subscription to the address list by using subject of the email message.

(It is recommended solution)

Sample of the subject of the email message:
Subscribe [Email="example@myemail.com"] [FirstName="John"] [LastName="Noname"] [PhoneNumber="8908 708098"] [Company="The working company"] [Street="Under water"] [City="Same place in the world"] [Country="Unspecified"]

In this case is the keyword defined the "Subscribe".

4. Example of the subscription to the address list by using body of the email message.

(It is not recommended)

Sample of the subject of the email message:
Subscribe [#]

Sample of the body of the email message:
[Email="example@myemail.com"]
[FirstName="John"]
[LastName="Noname"]
[PhoneNumber="8908 708098"]
[Company="The working company"]
[Street="Under water"]
[City="Same place in the world"]
[Country="Unspecified"]

In this case is the keyword defined the "Subscribe". The sequence of character's [#] in the subject tells that the body of emaill message will be analysed. (It is much slower.)