-
Writting a baja program
From
Terminator@VERT/CHATFREE to
All on Wed Aug 15 04:31:00 2001
Is there any way in the program I am writting using baja to use my own varableãand pass it to the baja library call routine to send out a netmail message?ãããFor a example I want to use this varable that SBBS uses to store the usersãemail address in the users record.ããExampleããMail_Send_Netmail myvarableããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
PistolGrip@VERT/WASTELND to
Terminator on Wed Aug 15 19:07:00 2001
RE: Writting a baja programãBY: Terminator to All on Wed Aug 15 2001 11:31 amãã > Is there any way in the program I am writting using baja to use my own varabã > and pass it to the baja library call routine to send out a netmail message?ã > ã > ã > For a example I want to use this varable that SBBS uses to store the usersã > email address in the users record.ã > ã > Exampleã > ã > Mail_Send_Netmail myvarableããI don't think so, I don't believe that Baja function can accept a varible.ãMaybe Rob has some ideas, I'm sure you could use SMBUTIL to send anãemail/netmail from Baja, but it's not exactly the ideal situation.ããPGãã---ã þ Synchronet þ WasteLand BBS þ
telnet://wasteland.darktech.org ã
-
From
Digital Man@VERT to
PistolGrip on Thu Aug 16 08:01:39 2001
RE: Writting a baja programãBY: PistolGrip to Terminator on Thu Aug 16 2001 02:07 amãã > ã > > Is there any way in the program I am writting using baja to use my own vaã > > and pass it to the baja library call routine to send out a netmail messagã > >ã > >ã > > For a example I want to use this varable that SBBS uses to store the userã > > email address in the users record.ã > >ã > > Exampleã > >ã > > Mail_Send_Netmail myvarableã > ã > I don't think so, I don't believe that Baja function can accept a varible.ã > Maybe Rob has some ideas, I'm sure you could use SMBUTIL to send anã > email/netmail from Baja, but it's not exactly the ideal situation.ããCopy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ããRobã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
PistolGrip@VERT/WASTELND to
Digital Man on Thu Aug 16 14:27:00 2001
RE: Writting a baja programãBY: Digital Man to PistolGrip on Thu Aug 16 2001 03:01 pmãã > RE: Writting a baja programã > BY: PistolGrip to Terminator on Thu Aug 16 2001 02:07 amã > ã > > I don't think so, I don't believe that Baja function can accept a varibleã > > Maybe Rob has some ideas, I'm sure you could use SMBUTIL to send anã > > email/netmail from Baja, but it's not exactly the ideal situation.ã > ã > Copy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ããAhh... good. I wasn't sure if it would work that way. Would MAIL_SEND_NETMAILãdo the same thing? Or is this just an implementation in the MAIL_SENDãfunction specifically?ããSo then he could simply do this, correct? ãã############################ãcopy str _USERON.NETMAILã## orãcopy str myvariableããMAIL_SENDãã############################ããPGãã---ã þ Synchronet þ WasteLand BBS þ
telnet://wasteland.darktech.org ã
-
From
Digital Man@VERT to
PistolGrip on Thu Aug 16 15:40:18 2001
RE: Writting a baja programãBY: PistolGrip to Digital Man on Thu Aug 16 2001 09:27 pmãã > > > I don't think so, I don't believe that Baja function can accept a variã > > > Maybe Rob has some ideas, I'm sure you could use SMBUTIL to send anã > > > email/netmail from Baja, but it's not exactly the ideal situation.ã > >ã > > Copy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ã > ã > Ahh... good. I wasn't sure if it would work that way. Would MAIL_SEND_NETMã > do the same thing? Or is this just an implementation in the MAIL_SENDã > function specifically?ããNo, MAIL_SEND_NETMAIL prompts the user for the address.ãã > So then he could simply do this, correct?ã > ã > ############################ã > copy str _USERON.NETMAILã > ## orã > copy str myvariableã > ã > MAIL_SENDã > ã > ############################ããYup.ãã-Robã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
PistolGrip@VERT/WASTELND to
Digital Man on Thu Aug 16 20:01:00 2001
RE: Writting a baja programãBY: Digital Man to PistolGrip on Thu Aug 16 2001 10:40 pmãã > RE: Writting a baja programã > BY: PistolGrip to Digital Man on Thu Aug 16 2001 09:27 pmã > ã > > Ahh... good. I wasn't sure if it would work that way. Would MAIL_SEND_Nã > > do the same thing? Or is this just an implementation in the MAIL_SENDã > > function specifically?ã > ã > No, MAIL_SEND_NETMAIL prompts the user for the address.ããGot it, just peaked my curiosity. Thanks.ãã > > So then he could simply do this, correct?ã > > ############################ã > > copy str _USERON.NETMAILã > > ## orã > > copy str myvariableã > >ã > > MAIL_SENDã > > ############################ã > ã > Yup.ããSweet, I wish I would have known this earlier.ããPGãã---ã þ Synchronet þ WasteLand BBS þ
telnet://wasteland.darktech.org ã
-
From
Terminator@VERT/CHATFREE to
Digital Man on Fri Aug 17 01:02:00 2001
RE: Writting a baja programãBY: Digital Man to PistolGrip on Thu Aug 16 2001 15:01:00ãã > > I don't think so, I don't believe that Baja function can accept a varibleã > > Maybe Rob has some ideas, I'm sure you could use SMBUTIL to send anã > > email/netmail from Baja, but it's not exactly the ideal situation.ã > ã > Copy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ã > ããIs sic a baja system varable because I can not find it in the baja docs?ããWould it be something like thisããstr ueaãset uea ""ãcopy the SBBS users email address varable to ueaãmail_send ueaããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Kernal2@VERT/CHATFREE to
PistolGrip on Fri Aug 17 03:41:00 2001
RE: Writting a baja programãBY: PistolGrip to Digital Man on Thu Aug 16 2001 21:27:00ãã > > ã > > Copy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ã > ã > Ahh... good. I wasn't sure if it would work that way. Would MAIL_SEND_NETMã > do the same thing? Or is this just an implementation in the MAIL_SENDã > function specifically?ã > ã > So then he could simply do this, correct? ã > ã > ############################ã > copy str _USERON.NETMAILã > ## orã > copy str myvariableã > ã > MAIL_SENDã > ã > ############################ã > ã > PGããFor some resson that is working. Its prompting me if I am sure if I want toãsend a email message to kernal2 #1. I do not want the program to prompt theãuser to enter any email address.ããIt would be something like this.ããThe email address that you provided us was :
ptaylor2@cox.rr.comããIs this correct [Yes or No}ããThe program will generate a new password using the str npããcopy ae _useron.netmailããPrograms sends out the email message to the internet.ããCan you please give me a example on how I can do this?ããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Evan Elias@VERT to
Terminator on Fri Aug 17 06:19:59 2001
RE: Writting a baja programãBY: Terminator to Digital Man on Fri Aug 17 2001 08:02 amãã > > Copy myvarable [sic] to the command str (str) and use MAIL_SEND instead.ã > >ã > ã > Is sic a baja system varable because I can not find it in the baja docs?ããI think he was just pointing out a spelling error (ie.. variable vs varable)ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Terminator@VERT/CHATFREE to
PistolGrip on Fri Aug 17 08:57:00 2001
RE: Writting a baja programãBY: PistolGrip to Digital Man on Fri Aug 17 2001 03:01:00ãã > ã > > > So then he could simply do this, correct?ã > > > ############################ã > > > copy str _USERON.NETMAILã > > > ## orã > > > copy str myvariableã > > >ã > > > MAIL_SENDã > > > ############################ã > > ã > > Yup.ã > ã > Sweet, I wish I would have known this earlier.ã > ããThis worked except I need to include the users password in the body of theãemail message. Do you know how I can do this please?ããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Terminator@VERT/CHATFREE to
PistolGrip on Sat Aug 18 03:56:00 2001
RE: Writting a baja programãBY: PistolGrip to Digital Man on Thu Aug 16 2001 21:27:00ãã > ############################ã > copy str _USERON.NETMAILã > ## orã > copy str myvariableã > ãããIs there any way to include the users password in the body of the email messageãplease?ããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Kernal2@VERT/CHATFREE to
All on Sun Aug 19 11:01:00 2001
RE: Writting a baja programãBY: Terminator to PistolGrip on Sat Aug 18 2001 10:56:48ãã > ã > > ############################ã > > copy str _USERON.NETMAILã > > ## orã > > copy str myvariableã > > ã > ã > ã > Is there any way to include the users password in the body of the email messã > please?ã > ã ãThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Jas Hud@VERT to
Kernal2 on Mon Aug 20 02:52:37 2001
RE: Writting a baja programãBY: Kernal2 to PistolGrip on Fri Aug 17 2001 10:41 amãã > RE: Writting a baja programã > BY: PistolGrip to Digital Man on Thu Aug 16 2001 21:27:00ã > ã > > >ã > > > Copy myvarable [sic] to the command str (str) and use MAIL_SEND insteaã > >ã > > Ahh... good. I wasn't sure if it would work that way. Would MAIL_SEND_Nã > > do the same thing? Or is this just an implementation in the MAIL_SENDã > > function specifically?ã > >ã > > So then he could simply do this, correct?ã > >ã > > ############################ã > > copy str _USERON.NETMAILã > > ## orã > > copy str myvariableã > >ã > > MAIL_SENDã > >ã > > ############################ã > >ã > > PGã > ã > For some resson that is working. Its prompting me if I am sure if I want toã > send a email message to kernal2 #1. I do not want the program to prompt theã > user to enter any email address.ã > ã > It would be something like this.ã > ã > The email address that you provided us was :
ptaylor2@cox.rr.comã > ã > Is this correct [Yes or No}ã > ã > The program will generate a new password using the str npã > ã > copy ae _useron.netmailã > ã > Programs sends out the email message to the internet.ã > ã > Can you please give me a example on how I can do this?ã > ã > Thank youã > Terminatorã > ã > ãcheck out jackflash's demonic cbv.ãhe included the src, unlike that other guy.ãpersonally, i think cbv's are a pain in the ass, and scare users away..ãbut hell, i even wrote one and sent it out (with the src)ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã