Viewing 1 replies (of 1 total)
  • Plugin Author Blobfolio

    (@blobfolio)

    Hi @pixelcrash,

    The default subject for a message is [Site Name] Template Title, but this can be overridden by specifying a subject manually.

    For example:

    
    wh_mail_template(
        'the-template-slug',
        array(...),
        array(
           'to'=>'[email protected]',
           'subject'=>'A Manual Subject',
           ...
        )
    );
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove [Site Title] from the email subject?’ is closed to new replies.