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
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.
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.
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?
So then he could simply do this, correct?
############################
copy str _USERON.NETMAIL
## or
copy str myvariable
MAIL_SEND
############################
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.
So then he could simply do this, correct?
############################
copy str _USERON.NETMAIL
## or
copy str myvariable
MAIL_SEND
############################
Yup.
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.
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
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?
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.
############################
copy str _USERON.NETMAIL
## or
copy str myvariable
############################
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?
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
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 577 |
Nodes: | 8 (0 / 8) |
Uptime: | 61:44:20 |
Calls: | 10,734 |
Calls today: | 1 |
Files: | 5 |
Messages: | 442,632 |