Just a question, does anyone know any good tutorials on building html formatted emails? I've done them before, but it was a long time ago and the technique I used then doesn't work now.
Printable View
Just a question, does anyone know any good tutorials on building html formatted emails? I've done them before, but it was a long time ago and the technique I used then doesn't work now.
not sure what other people use but I use ASP and CDONTS/CSYS email component (already on Windows servers) as it gives me a great deal of flexibility.
We use PHP with a SMTP class...I believe the class is open source.
generating them dynamically or just makeing a page you can send as email?
For the latter, make all image links absolute, open it in IE, and choose send->page by email.