Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Send email from ASP

Reply
Thread Tools

Send email from ASP

 
 
Yllar2003
Guest
Posts: n/a
 
      08-26-2004
Hi!

Perhaps slightly off-topic but...

I want to implement a function to send emails to the registered users
from my web site using ASP. The problem is that the web server
provider I'm using does not support any email components (such as CDO,
CDONTS, or third-party) or SMTP server.

Therefore I'm looking for some free email/SMTP provider which enables
me to send the email information from my ASP web page to their server
and it will forward it as ordinary emails to the recipients.

One way to do it could be to set up a html form with fields to hold
the email information (recipient addresses, sender address, subject
and body) and send it to the service provider. Something like:

<form method="post" action="http://provider.com/relayemailservice"
To: <input type="text" name="recipient"><br>
From: <input type="text" name="from"><br>
Subject: <input type="text" name="subject"><br>
Body: <input type="text" name="body"><br>
<input type="submit">
</form>


Does anyone know of such a service provider?

Regards,
Yllar
 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      08-26-2004
Yllar2003 wrote on 26 aug 2004 in microsoft.public.inetserver.asp.general:
> Therefore I'm looking for some free email/SMTP provider which enables
> me to send the email information from my ASP web page to their server
> and it will forward it as ordinary emails to the recipients.


Use your own pc with a suitable programme, using a script made to measure
by your serverside ASP and downloaded to yourself.

Your ISP will provide you with the SMTP server.

The way you planned it sounds spammish.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)

 
Reply With Quote
 
 
 
 
Jeff Cochran
Guest
Posts: n/a
 
      08-26-2004
On 26 Aug 2004 01:00:34 -0700, (Yllar2003) wrote:

>I want to implement a function to send emails to the registered users
>from my web site using ASP. The problem is that the web server
>provider I'm using does not support any email components (such as CDO,
>CDONTS, or third-party) or SMTP server.


You want to send mail from a system where the provider doesn't allow
you to send mail?

>Therefore I'm looking for some free email/SMTP provider which enables
>me to send the email information from my ASP web page to their server
>and it will forward it as ordinary emails to the recipients.


So you want to use a diffeent system and provider? And you want it to
be free, and open for you to use at your will?

>One way to do it could be to set up a html form with fields to hold
>the email information (recipient addresses, sender address, subject
>and body) and send it to the service provider. Something like:
>
><form method="post" action="http://provider.com/relayemailservice"


Hmm... A provider that runs a free, open mail relay service and has
programmed it to do this on purpose? That's a realistic
expectation...

>Does anyone know of such a service provider?


If they still exist, they're blacklisted due to all the spam they're
relaying.

Jeff
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
which email module - MIME::LITE, Email::Send, other? brewsterbear@googlemail.com Perl Misc 2 01-05-2007 09:45 AM
How to have email form send email and start file download bmurphy@xlrotor.com Javascript 13 05-14-2006 06:27 PM
Cannot compose ,reply or send email on Sasktel email system pcbutts1 Computer Support 5 07-29-2005 06:13 AM
why cant i send email messages from this email Billie Jo Ames Computer Support 8 06-30-2005 12:24 PM
HowTo:? open email client to send email Peter ASP .Net 0 07-01-2003 04:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57