Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need an email system for htm
Message
From
21/07/2017 16:27:43
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01652782
Message ID:
01652793
Views:
66
>I need an email system which will allow me to use vfp program code to specify a table containing email addresses and send the contents of an htm page to each recipient
>
>Tried with Chilkat - no good
>
>Any suggestions?

Just wondering -- Is the HTML part of the E-mail identical for all recipients, or are you "personalizing" it by filling in certain elements (e.g. name of recipient, company name, etc.) ? If this is the case, you'll need to make sure to properly "escape" certain characters like angle brackets (aka "less than" and "greater than" symbols), ampersands, and a number of other characters. If you don't the resulting HTML file may not be properly formatted and you'll end up with parsing problems.
There are also some special consideration you'll need to make if the recipient is using an Asian language (e.g. Chinese, Japanese, Korean) as there may be special consideration required to avoid some problems with double-byte encodings that you're apt to run into with Asian language. In particular, characters with ASCII value in the 128-255 range can be problematic (as often they have special meaning within double-byte character systems).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform