July
13
bulk email solution
Hyder asked:


I had started accepting newsletter subscribers about 8 months back on my website… i forgot about it completely then. Now, I’ve got over 60,000 email addresses sitting in my database.

And I don’t know how to send newsletters to them. Do I simply use my email account? It’s a non-profit so I can’t be paying much for premium service… I would rather prefer a free solution.

Any advise would be appreciated.
Thanks for all the answers guys… and i don’t intend to make any money off of the newsletters, it’s more of an awareness campaign… and i certainly don’t need a loan.

July
13
bulk email service
Jesse G asked:


I’m sending bulk email via MS-SQL server’s “DTS Meta Data Service Package” (Visual Basic). I can get the email body text into Korean by using the parameter:
.BodyPart.Charset = “euc-kr”

How do I do the same for the subject line? I’d like to include a line something like:
.Subject = objMessage.EncodeHeader(Subject, “euc-kr”)
but I get “Does not support this method”

I have the same problem in Chinese and Japanese. Advice? Or better yet, VB code?