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.
|
|
|
|
|
![]() |
||
email forwarding
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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! |
|
|
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
Yeah, the CDOSYS object could handle it (or some 3rd party ones). The documentation on CDOSYS is pretty heavy reading however.
|
|
#4
|
|||
|
|||
|
Cool, didnt know CDOSYS could read POP3
|
|
#5
|
|||
|
|||
|
Me neither!
u2o |
|
#6
|
|||
|
|||
|
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. |
![]() |
| Tags |
| email, forwarding |
| Thread Tools | |
|
|
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 |