Microsoft
Software
Hardware
Network
Question : Exchange server 2007 large mailing
Hi,
We recently upgraded from sbs server 2003 to sbs server 2008 which include the microsoft exchange server 2007 edition. Every week we send a newsletter to all our customers (about 18.000) the e-mail is about 20kb. Our server has 12 gb of ram and 1 quad core processor (e5520). Unfortunately when we send the newsletter our internet connections slows down dramatically and we are not able to work anymore since we use internet for most of our work. The mail is generated through coldfusion version 9 64bit by looping over a database and using the cfmail tag.
When looking at the qeue viewer in exchange I noticed that new mails are slowly entering and leaving the queue. In total it takes about 2 hours before all mails are send.
We have a 20mbit adsl connection and we did not experience any problem on our old server which was running sbs 2003 32bit.
Well hope anyone can help me.
Answer : Exchange server 2007 large mailing
Issue resolved by adding the following:
Protected Sub GridView1_PageIndexChanged
(ByVal sender As Object, ByVal e As EventArgs) Handles GridView1.PageIndexChanged
, GridView1.Load
If GridView1.EditIndex = -1 Then
BindGrid()
End If
End Sub
Random Solutions
Sending e-mails with CDONTS trough GoDaddy
How to make a backup of windows 7
vb.net - hex data from textbox
printer prints blank pages
Grant Permissions to a user for access of everyone's calendar
Cisco exam 642-892 Composite
How do I split .Net 4.0 Windows Form event handlers into separate files?
Select Records in a particular priority
iSCSI Migration Server 2008
Anyway to search a large text file without loading it into memory?