i am trying to seed an e-mail via php with embedded php in the html e-mail being sent.
to send the html i am putting the html code into a variable and then the message in the email being sent is the variable (holding the html code). However i can not find a way to embed php within the html code. this would be php in html in a php variable. anyone know if this is possible?
to send the html i am putting the html code into a variable and then the message in the email being sent is the variable (holding the html code). However i can not find a way to embed php within the html code. this would be php in html in a php variable. anyone know if this is possible?