Forum Moderators: coopster
For example, I want to have the variable $jobnumber to show in the message subject like this:
mail('somone@somewhere.com','Job # $jobnumber is finished.','Message Body.','From: me@somewhere.com');
Is this possible? If so, how do I accomplish this.
Thanks for the help.