Change to inquiry email, theme-emails.php
I want to add text to the subject line of the inquiry emails that go out so the recipient doesn't think it is spam. So like in the subject line, I want it to say "MYWebsiteName, Re: Title of ad posted". So all I want to do is add the text or better yet possibly the $sitename variable where it says MYWebsiteName. I need to ad that to the line below in theme-emails.php line 202 in CP 3.3. I'm not sure about the syntax. Thanks for any help.
HTML Code:
$subject = appthemes_filter( appthemes_clean( $_POST['subject'] ) );