Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Reply
Can I use SMTPsvg.Mailer with ASP.NET
Old 09-06-2008, 11:45 AM Can I use SMTPsvg.Mailer with ASP.NET
Super Talker

Posts: 116
Trades: 0
All,

One of the best things Microsoft ever did was to be able to send mail over the web instead of using a default email program.

I have an ASP application that I really, really want to put into ASP.NET.

The only downside is that I use SMTPsvg.Mailer in ASP.

The reason is that I want to send multiple emails dynamically from a table through the web.

Many of the users of this app can't use their default mail program for various reasons. That's why I used the SMTPsvg.Mailer.

Can anyone help? I've been looking forever and can't find a solution. This is very important so I can move over the apps.

Thanks
Donna
DonnaZ is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-06-2008, 01:40 PM Re: Can I use SMTPsvg.Mailer with ASP.NET
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,520
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Keep it as ASP. The two code sets can run perfectly happily on the same server and on the same site AND on the same pages.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-06-2008, 02:33 PM Re: Can I use SMTPsvg.Mailer with ASP.NET
Super Talker

Posts: 116
Trades: 0
Hmm.... I really want to put it into ASP.NET for a ton of reasons.

If worse comes the worse, I can just use the sendMail part in ASP.

Can ASP and ASP.NET read the same session variables? That is, if a session variable was created with ASP.NET, can ASP read it?
DonnaZ is offline
Reply With Quote
View Public Profile
 
Old 09-06-2008, 04:38 PM Re: Can I use SMTPsvg.Mailer with ASP.NET
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by DonnaZ View Post
Can ASP and ASP.NET read the same session variables? That is, if a session variable was created with ASP.NET, can ASP read it?
No. This is entirely different.

You can work around it in a number of ways. The last time I had to, in the ASP rub 2 sticks for fire application, I had to make a new page that would expose particular session variables as XML. The page would only work when it was requested from the same IP as the server itself, and a few other things. Then I would request that page from ASPX, and tie the sessions together.

There are frameworks for doing the same thing, but using SQL to share session state. Some are free and some are overpriced.

I don't have much experience with sending email in this manner, but can ask around for you.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can I use SMTPsvg.Mailer with ASP.NET
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19560 seconds with 12 queries