473,765 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bulletin Board Forum w/ Email Posting

Hello All,

I am looking for an asp-based bulletin board forum where users can post via
email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald
Jul 19 '05 #1
7 2773
grw
A lot of boards have a built in messaging system (usually called a 'pm' or
personal message.
Its not an actual email system as per yahoo / hotmail.

Is that what you mean?

An example is www.aspplayground.net
"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:#q******** ******@TK2MSFTN GP11.phx.gbl...
Hello All,

I am looking for an asp-based bulletin board forum where users can post via email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald

Jul 19 '05 #2
Hello,

Thanks for the tip, but that is not what I was talking about.

I am looking for a bulletin board which lets users post messages to it via
email, like a list server. So to participate in a group, you can use both
the web based interface and email. You can do this to groups at
groups.yahoo.co m.

Sorry if it was not clear.

Regards,
Gerald

"grw" <no**@none.co m> wrote in message
news:Oc******** ******@TK2MSFTN GP10.phx.gbl...
A lot of boards have a built in messaging system (usually called a 'pm' or
personal message.
Its not an actual email system as per yahoo / hotmail.

Is that what you mean?

An example is www.aspplayground.net
"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:#q******** ******@TK2MSFTN GP11.phx.gbl...
Hello All,

I am looking for an asp-based bulletin board forum where users can post

via
email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald


Jul 19 '05 #3
Have you checked out the stuff at... www.planet-source-code.com? I think
there are some asp forum applications there. Not sure about the exact
options though. (?)

Best
Tom Gahagan

"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
Hello All,

I am looking for an asp-based bulletin board forum where users can post via email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald

Jul 19 '05 #4
CJM
I've never seen a freebie/cheap BBS in ASP with that feature.

However, there is no reason you can take a standard BBS and add this
functionaility on yourself. It would be quite an effort, but there is no
reason why it cant be done...

Two good BBS's are www.webwizguide.com, and Snitz Forums (sorry, dont know
URL).

Tom has pointed you to Planet Source Code - you should be able to find the
code to handle the processing of the incoming emails....

Chris

"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
Hello,

Thanks for the tip, but that is not what I was talking about.

I am looking for a bulletin board which lets users post messages to it via
email, like a list server. So to participate in a group, you can use both
the web based interface and email. You can do this to groups at
groups.yahoo.co m.

Sorry if it was not clear.

Regards,
Gerald

"grw" <no**@none.co m> wrote in message
news:Oc******** ******@TK2MSFTN GP10.phx.gbl...
A lot of boards have a built in messaging system (usually called a 'pm' or personal message.
Its not an actual email system as per yahoo / hotmail.

Is that what you mean?

An example is www.aspplayground.net
"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:#q******** ******@TK2MSFTN GP11.phx.gbl...
Hello All,

I am looking for an asp-based bulletin board forum where users can
post via
email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald



Jul 19 '05 #5
I use the BBS system from Ideal Science (www.idealscience.com) and have been
very happy with it. They also have a list server that integrates with the
BBS and should provide the features you need, though I personally have not
used it. Good luck!
"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
Hello All,

I am looking for an asp-based bulletin board forum where users can post via email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald

Jul 19 '05 #6
WebBoard does this. I think it might be ASP-based, but I'm not sure. It
allows participation via web, e-mail, and NNTP. Unfortunately, it's not
cheap.

It was originally created by O'Reilly software, then was acquired by Akiva.

http://www.webboard.com
"Gerald S" <ge****@geralda ndnicole.com> wrote in message
news:#q******** ******@TK2MSFTN GP11.phx.gbl...
Hello All,

I am looking for an asp-based bulletin board forum where users can post via email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald

Jul 19 '05 #7
Gerald S wrote:

Hello All,

I am looking for an asp-based bulletin board forum where users can post via
email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.

Thanks,
Gerald
Set up an NNTP server and add a WWW interface to the newsgroups. The
first takes care of users with newsreaders. The second handles those who
need a WWW interface.

This would probably be easier in PerlScript than in VBScript because
all the pieces are available in Perl already in the CPAN libraries. See
http://search.cpan.org/
and in particular
http://search.cpan.org/search?query=NNTP&mode=all
IIRC either the News::NNTPClien t or Net::NNTP modules is what you want.

A clip from the News::NNTPClien t module documentation showing how to
print all articles in the "test" newsgroup: #!/usr/local/bin/perl -w
use News::NNTPClien t;
$c = new News::NNTPClien t;
($first, $last) = ($c->group("test")) ;
for (; $first <= $last; $first++) {
print $c->article($first );
}


Good Luck,
Michael D. Kersey
Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2448
by: g8z | last post by:
Greetings! It is with great pride that I announce the release of FlashBB, the newest member of the TUFaT.com family of products! FlashBB is a PHP / MySQL - driven bulletin board, sporting a sleek Flash 7 interface. This is the first public release of FlashBB, and I've decided to make this system 100% open-source. For just $5, you get: 1) ALL of the source code, including the Flash .FLA files.
0
1821
by: Mukesh Kumar | last post by:
Dear friends, I am very new to this forum. Please pardon me if this question has been posted before. I am looking for some Bulletin Board software like UBB, YaBB etc. I know Java but haven't done much programming with Perl or PHP. I am tempted to look for Bulletin Board software which has been written in Java. Do you know of any such products which are
1
1816
by: Sunwest Technologies | last post by:
Sunwest Technologies is pleased to announce the availability of Web Bulletin for ASP, a server-side component for easy creation of bulletin board in a web browser. The bulletin board can be used to display news, events and messages. * The messages can be specified by an XML file or through COM interface * Fading and scrolling effects are provided * All major browsers are supported * Can be used FREELY
2
1261
by: Patrick Olurotimi Ige | last post by:
Hi All, Can anybody forward me a free Bulletin/Message Board built with ASP.NET! Any other resources would be appreciated... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
1
2566
by: qwe85 | last post by:
Hi, Can anyone teach me how to create a bulletin board using ASP.NET? I would greatly appreciate your help. Thank you in advance --
3
3917
by: Jason Huang | last post by:
Hi, I would like to build up a web bulletin board by using C#. But my schedule is quite busy, and I'm not familiar with the C# web form. So, I'm thinking is there any C# based free ware I can use to quickly set up my bulletin board? Thanks for help. Jason
2
1414
soramaster
by: soramaster | last post by:
I'm coding a BB system and I need help with one thing. How do I make it where my board can use themes? Also if I need to post the code I don't know what to post http://soramaster.servehttp.com/board/mysqlconnect/ After you register the only thing you can do is customize your profile page bye going to the user control panel 'UCP'. I am working on the other functions like posting threads and stuff. I still have a lot of work to do.
0
1259
by: Sells, Fred | last post by:
We need to automate the download of data that is now done manually via a terminal session to a dialup bulletin board. The user uses this to upload and download files. Hard to believe in this day and age, but true. I've tried google, but the terms are just too common; all I get is clutter. So I need a python module (or snippets) that: 1. setup and execute a standard dialup with appropriate parity, stop-bits, etc 2. can emulate...
1
1696
by: David Pyles | last post by:
I have the same PHPBB software posted on 2 different servers, both use the same style. The only difference between the two boards are the images used in the headers. The boards are at http://solarfest.org/bbs and at http://greenupvermont.org/bbs The Solarfest board displays correctly while the Green Up Vermont board displays question marks for some characters used in the board headers. I think the problem characters are non-breaking...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5277
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.