Writing an Email Chain

Example files to look at: tutorial_2_emails.rpy

First, go to tutorial_2_emails.rpy and scroll to the bottom, where there is a template email guest. Copy this code and follow the instructions given to create your email chain. There is a guest used in the program (@rainbow) that is defined above the email template as well, so you can see how that guest works.

You must be careful to name your reply labels correctly. The labels are case-sensitive, and if you make a mistake, the program will run into an error when you try to reply to the email.