473,418 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Bulk Email

Hi every one
I have an application that should send email to notify users.
But the message's body is dynamic and changes for every user.
In fact there is a template that for everyone the dynamic data fills the
template.
This facility has made major performance problem.
I'm using System.Web.Mail.SmtpMail class to send e-mail.
Is there any solution to solve this problem?(For example sending bulk mail)

Thanks in advanced
Nov 19 '05 #1
2 1792
If you use the local smtp don't make a roundtrip thru the network - use the
pickup dir

MailMessage.Fields["http://schemas.microsoft.com/cdo/configuration/sendusing"]
= 1;
MailMessage.Fields["http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory"]
= ((_"C:\\Inetpub\\mailroot\\Pickup";

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"Amir" <Am**@discussions.microsoft.com> wrote in message
news:0C**********************************@microsof t.com...
Hi every one
I have an application that should send email to notify users.
But the message's body is dynamic and changes for every user.
In fact there is a template that for everyone the dynamic data fills the
template.
This facility has made major performance problem.
I'm using System.Web.Mail.SmtpMail class to send e-mail.
Is there any solution to solve this problem?(For example sending bulk
mail)

Thanks in advanced

Nov 19 '05 #2
Dear Daniel,
Thanks a lot for your response
I don't use Default IIS SMTP Service.
I have a Mail Server.

I want to collect those e-mails and send them as a bulk mail.

Regards,
Amir

"Daniel Fisher(lennybacon)" wrote:
If you use the local smtp don't make a roundtrip thru the network - use the
pickup dir

MailMessage.Fields["http://schemas.microsoft.com/cdo/configuration/sendusing"]
= 1;
MailMessage.Fields["http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory"]
= ((_"C:\\Inetpub\\mailroot\\Pickup";

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"Amir" <Am**@discussions.microsoft.com> wrote in message
news:0C**********************************@microsof t.com...
Hi every one
I have an application that should send email to notify users.
But the message's body is dynamic and changes for every user.
In fact there is a template that for everyone the dynamic data fills the
template.
This facility has made major performance problem.
I'm using System.Web.Mail.SmtpMail class to send e-mail.
Is there any solution to solve this problem?(For example sending bulk
mail)

Thanks in advanced


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jason | last post by:
What are the technical challenges in getting a local SMTP email server set up on a win3k system or alternatively on a win2k pro local work statation. We are on the verge of acquiring a new win3k...
2
by: Chris | last post by:
Any help would be appreciated. I am running a script that does the following in succession. 1-Drop existing database and create new database 2-Defines tables, stored procedures and functions...
2
by: David Sharp | last post by:
I've been doing some experiments with speeding up copying tables of approximately 1 million rows between databases using BCP and BULK INSERT. I noticed that the total time for removing the...
3
by: Jim Geissman | last post by:
I am trying to bulk insert a text file. The file has fixed-length fields with no field terminators. BOL says that field terminators are only needed when the data does *not* contain fixed-length...
5
by: me | last post by:
I'm also having problems getting the bulk insert to work. I don't know anything about it except what I've gleened from BOL but I'm not seeming to get anywhere...Hopefully there is some little (or...
7
by: iqbal | last post by:
Hi all, We have an application through which we are bulk inserting rows into a view. The definition of the view is such that it selects columns from a table on a remote server. I have added the...
6
by: pk | last post by:
Sorry for the piece-by-piece nature of this post, I moved it from a dormant group to this one and it was 3 separate posts in the other group. Anyway... I'm trying to bulk insert a text file of...
16
by: Philip Boonzaaier | last post by:
I want to be able to generate SQL statements that will go through a list of data, effectively row by row, enquire on the database if this exists in the selected table- If it exists, then the colums...
2
by: Ted | last post by:
I have BULK INSERT T-SQL statements that work for all of my basic data tables except for one. Here is the problem statement (with obvious replacement of irrelevant path info): BULK INSERT...
2
by: nano | last post by:
Does sql server have a way to handle errors in a sproc which would allow one to insert rows, ignoring rows which would create a duplicate key violation? I know if one loops one can handle the error...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.