This program will check if there are any new posts in conforum.
If there is, then it will email you ( if your ISP permit it ) or display a messagebox with the option to open your web browser to read the new post(s).
Refer to: http://bb4w.wikispaces.com/Sending+an+email+automatically for email issues.
Quote:However there are a couple of disadvantages: you need to know the name (or IP address) of the SMTP server to be used, and it cannot work with a server which requires authentication. In practice this usually means you need to use the 'local' SMTP server provided by the ISP supplying the internet connection. |
|
Download Check_conforum.bbc at:
http://www.fix24.net/bb4w/
You may/must edit these lines to suit your preferences:
Code: Smtp$="smtp.xxx.xxx" : REM your ISP smtp address
To$="you@some.where" : REM your email address
Sendmail% = 1 : REM 1=send mail , 0=display messagebox
Checkdelay% = 4 : REM 0=run once , 1 and up = hours to wait before next check of the conforum page
I have made a Bcc: to bb4w.yahoogroups.com in my version of the program. I can continue to do so until told otherwise or the group closes or someone writes a better program and hosts it.
Svein