Forum Moderators: open

Message Too Old, No Replies

Sending Email Notifications

         

LeoXIV

8:31 pm on Nov 24, 2007 (gmt 0)

10+ Year Member



Hi Folks,

I am looking for articles that compare different methods of sending/processing/queuing email notifications to users.

for example, if you have a forum and the user wants to be notified when there is a reply.

Although it would be interesting to see how its done in "enterprisy" apps; the one I am currently working on is not one, well at least not at this stage.

I appreciate your comments.

Leo

makeupalley

8:39 am on Nov 26, 2007 (gmt 0)

10+ Year Member



you can save yourself the research and simply use this:

[aspemail.com...]

it works very well.

LeoXIV

12:23 am on Nov 27, 2007 (gmt 0)

10+ Year Member



thanks makeupalley, how does it compare to the native SMTP of .net 2.0?

also i am looking for some 'best practices' for queuing, fire up events and so on.

makeupalley

12:46 pm on Nov 27, 2007 (gmt 0)

10+ Year Member



Hi there,

I dont know how it compares to .net but I've been using it without a glitch for a few years now and sent probably several million messages with it.

There is a queuing tutorial in the manual [aspemail.com...]

good luck,

mem

mrMister

4:45 pm on Nov 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> how does it compare to the native SMTP of .net 2.0?

If you are using .NET then use the Native email capabilities. ASPemail was produced in the days when ASP didn't have any native SMTP capabilities.