github.com/gophish/gophish@v0.12.2-0.20230915144530-8e7929441393/models/testdata/text-file-with-vars.txt (about)

     1  The target's unique ID: {{.RId}}
     2  
     3  The target's first name: {{.FirstName}}
     4  
     5  The target's last name: {{.LastName}}
     6  
     7  The target's position: {{.Position}}
     8  
     9  The target's email address: {{.Email}}
    10  
    11  The spoofed sender: {{.From}}
    12  
    13  The URL to the tracking handler: {{.TrackingURL}}
    14  
    15  An alias for tracker image: {{.Tracker}}
    16  
    17  The phishing URL: {{.URL}}
    18  
    19  The base URL with the path and rid parameter stripped. Useful for making links to static files: {{.BaseURL}}