Rob G.
Member since Dec 11, 2008
- Profile: /members/449-rob-g.htm
- Comments: 6
Recent Blog Comments By Rob G.
-
Using A Name Suffix In ColdFusion's CFMail Tag
Posted on May 11, 2010 at 11:59 PM
Be sure your email program is not set to block html. Also some webmail doesn't download html accurately either.... read more »
-
Using A Name Suffix In ColdFusion's CFMail Tag
Posted on May 11, 2010 at 10:57 PM
@ Omar.. If you're including a stylesheet, be sure to put the full path since it is an email and would need to be downloaded over the internet... For example... <link rel="stylesheet" href=" http://www.yourdomain.com/css/styles.css " type="text/css" /> hope that helps.... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 1, 2010 at 4:21 PM
Ben, How is it possible that every time I search for completely new issues I run into with CF, you already have an article on it. Amazing my man. Keep up the good work. Your site is a valuable asset to the CF community.... read more »
-
Using A Name Suffix In ColdFusion's CFMail Tag
Posted on Nov 2, 2009 at 4:46 PM
I noticed this only became an issue after I upgraded from MX7 to CF9. I had a cfmail tag that in the from address had "Companyname, Inc <test@email.com> and this worked perfectly in MX7. After upgraded to 9, all my mail started going in the undeliverable folder. Took a while to figure it ou... read more »
-
Data Mining Document Text for Searching
Posted on Oct 17, 2008 at 5:03 PM
Hi Ben, I came across your article but found no solution. I am attempting to perform a screen scrape from an online PDF which is dynamically populated via a URL. For example: http://www.domain.com/test.pdf?var=1 Id like to pull that data into a variable and perform a screen scrape. That wou... read more »