PHP Mime Email and CSS
Posted: Tue Mar 20, 2007 6:40 pm
Hello to all, first time poster...
I am an intermediate php programmer. I have developed a site that will distribute certificates that are emailed to the user at the end of the site visit. I use Pear mine email to send an html version of the certificate. Until recently, the CSS for the mime attachment was inline, but then I switched the CSS to a style tag that was appended to the begining of the table's html code. Everything worked for a bit, and now it doesn't.
Does anyone have any experience with sending CSS information for Html Mime email for PHP. For now I am going to go back to the inline declarations, but I would rather send a seperate CSS attachment (tried this, couldn't get it to work) with the email.
Thanks in advance for any help.
I am an intermediate php programmer. I have developed a site that will distribute certificates that are emailed to the user at the end of the site visit. I use Pear mine email to send an html version of the certificate. Until recently, the CSS for the mime attachment was inline, but then I switched the CSS to a style tag that was appended to the begining of the table's html code. Everything worked for a bit, and now it doesn't.
Does anyone have any experience with sending CSS information for Html Mime email for PHP. For now I am going to go back to the inline declarations, but I would rather send a seperate CSS attachment (tried this, couldn't get it to work) with the email.
Thanks in advance for any help.