View Single Post
  #1  
Old 12-18-2013, 01:19 PM
Martijn
Unregistered

Posts: n/a

phMailer - prefix before subject

Dear reader,

How can I add a url and / or a prefix to the user given subject so that the subject stands out in the inbox? Perhaps something like the following code sample:
Code:
$mail->Subject = $_SERVER['HTTP_HOST'].' prefix';
Thanks!
Reply With Quote