email forwarding

This is a discussion on "email forwarding" within the Classic ASP section. This forum, and the thread "email forwarding are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Feb 25th, 2004, 23:15
New Member
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
email forwarding

Hi!

Using yahoo newsgroups there is a nice fecture that I would like to ask you if it is easy to implement in my ASP sit.

in yahoo groups you can send an email to the groups email address, and all subscribers receive it. That is, you can send an email do that address, that the site manages to send it to all registered emails in the newsletter group.

Does anyone know how to do this? thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Feb 26th, 2004, 09:05
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Hi

This can be done in ASP, if you know what your doing (i wouldnt say its easy to implement). You would need to have a component installed on your server which can read emails using pop3. You would get it to scan through the mailbox (sent to the group's email address), and look for messages sent to the list and then forward this message to your list of subscribers. The subscribers would be stored in a database and you would simply loop through them and send an email to each one containing the message body and subject from the email which was sent to the group.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Feb 27th, 2004, 07:34
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah, the CDOSYS object could handle it (or some 3rd party ones). The documentation on CDOSYS is pretty heavy reading however.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Feb 27th, 2004, 08:36
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Cool, didnt know CDOSYS could read POP3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Feb 27th, 2004, 12:24
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Me neither!

u2o
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Mar 1st, 2004, 01:26
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
ASP.NET can handle getting POP email. There's some free components for doing it from ASP as well:

http://www.zaks.demon.co.uk/code/cpts/pop/

http://www.4guysfromrolla.com/webtech/092201-1.shtml

I think to use CDOSYS to get your email you need to be running Exchange Server so those might be better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
email, forwarding

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain Forwarding? Jack Franklin Hosting & Domains 2 Jan 4th, 2008 17:19
Email Forwarding jjpeacha Other Programming Languages 2 Nov 19th, 2007 06:47
Email forwarding through domain Brooksy Hosting & Domains 6 Dec 8th, 2006 21:57
Domain and forwarding Wingnut Web Page Design 9 Jun 6th, 2006 23:45


All times are GMT. The time now is 13:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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