Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
I know Mailing List functionality in BVC 5 is limited, but I'm curious if anybody has used it and with what list size? We have a list of 1,200 that we'd like to email (this would be a one-time thing). I'm concerned that it will timeout before all of the emails are sent. I noticed that the SendMail function that the Mailing List code calls isn't using the SendAsync method. This would seem like a possibility for reducing/elminiating timeout problems. Any feedback would be helpful. Thanks!
Aaron |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
In case anyone was wondering, this worked without any problems. BV sent 1,300 emails in less than 1 minute! I was pretty impressed. Since I was concerned about the page timing out before completion, I added the following section to the Web.config file at the top of the <system.web> section. This increases the page timeout to 10 minutes (the value is in seconds). Code: [color=#0000ff][color=#0000ff][2] <[/color][/2][/color][color=#a31515][color=#a31515][2]httpRuntime[/color][/2][/color][color=#0000ff][color=#0000ff][2] [/color][/2][/color][color=#ff0000][color=#ff0000][2]executionTimeout[/color][/2][/color][color=#0000ff][color=#0000ff][2]=[/color][/2][/color][color=#000000]"[/color][color=#0000ff][color=#0000ff][2]600[/color][/2][/color][color=#000000]"[/color][color=#0000ff][color=#0000ff][2] />[/color][/2][/color]
Aaron |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.