Quote:
Originally Posted by bbrian017 When I add it like that without the ; I get an error
you need the ; |
Sorry bbrian017. Ignore the trailing dot (my copy-n-paste error). I just meant to highlight that the dollar sign is missing from the variable name. You do still need to close the statement with a semi-colon.
Code:
$subject="Welcome to " . $PLIGG_Visual_Name;
N.b. the space just after the word "to" will separate it from the site name, so it *should* say
Welcome to Blog Engage
If it doesn't work I wouldn't struggle. The way you have done it - by hard-coding the site name into the mail template - is perfectly o.k.