• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Coldfusion not able to send out >100 chinese email?

New Here ,
Dec 29, 2006 Dec 29, 2006

Copy link to clipboard

Copied

HI,
I need to send out chinese e-newsletter. I realise if i spool > 100 emails, the first 100 email i receive is fine however, afterwards it all turn out to be ???? . Anybody experience the same problem and have any solution to it? I am using cfmx 6.1 and mssql database.
Thanks
TOPICS
Advanced techniques

Views

637

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 29, 2006 Dec 29, 2006

Copy link to clipboard

Copied

Alice,

I don't know that this is necessarily the answer, but you might try reducing the number of emails you put into the spool at any given time by pausing for a fixed amount of time between emails or batches of emails. This might allow some of the spooled email to clear the system.

You can do this with the code below.

-Tim

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 30, 2006 Dec 30, 2006

Copy link to clipboard

Copied

I have been able to send out 15000 emails using MX7 and MSSQL. I added a
delay between batches to allow the mail server to send 200, pause for a
short bit to clear, and then send another 200, etc. Makes send the mail a
little bit, but not much an issue for my school.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 30, 2006 Dec 30, 2006

Copy link to clipboard

Copied

alice2002 wrote:
> HI,
> I need to send out chinese e-newsletter. I realise if i spool > 100 emails,
> the first 100 email i receive is fine however, afterwards it all turn out to be
> ???? . Anybody experience the same problem and have any solution to it? I am
> using cfmx 6.1 and mssql database.

what happens if you start w/the 101st email? (ie is your data ok?) this is HTML?
what encoding for the data? email?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 30, 2006 Dec 30, 2006

Copy link to clipboard

Copied

Alice2002, you say
> if i spool > 100 emails

What you mean by that? The mail settings in the Coldfusion Administrator for CFMX6.1 are for Spool Interval(in seconds) and number of Mail Delivery Threads. The default values are also the recommended values. They are 15 seconds and 10 to 20 threads.




Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 31, 2006 Dec 31, 2006

Copy link to clipboard

Copied

hi, i am sending html enewsletter with UTF-8 encoding.
If i am generating 200 emails in the spool, the 1st 100 sending out is fine. however, the subsequent email will shown all ????..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 31, 2006 Dec 31, 2006

Copy link to clipboard

Copied

alice2002 wrote:
> hi, i am sending html enewsletter with UTF-8 encoding. If i am generating 200
> emails in the spool, the 1st 100 sending out is fine. however, the subsequent
> email will shown all ????..

again, what happens if you start w/101st email?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

The email i receive, the chinese character become ??????. It seems coldfusion mx cannot support 100++ email in the spool if the email is is chinese or other languages? I have no problem if i sending out english e-newsletter.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

If the spool is cleared i start with email 101. It's fine as long as i have less than 100 emails in my spool..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

alice2002 wrote:
> If the spool is cleared i start with email 101. It's fine as long as i have less than 100 emails in my spool..

i can't reproduce this using cf7.02 (enterprise), sql server 2k, win2k3 using
unicode (utf-8) chinese (traditional) text data. nor can i find anything in the
bug reports related to this.

can you send me one of the corrupted email & if possible a copy grabbed from the
mail spool dir? also what ver of cf 6.1, enterprise or standard? there's
supposed to be a difference in mail sending between the two versions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

LATEST
Hi Paul,
Had email you the corrupted email. I am using cfmx 6.1 standard version.
Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation