Is there a way to send a netmail to a certain user from within an .MPS? Thanks.
Is there a way to send a netmail to a certain user from within an .MPS? Thanks.
Is there a way to send a netmail to a certain user from within an .MPS? Thanks.
On 11/03/16, Necromaster said the following...
Is there a way to send a netmail to a certain user from within an .MP Thanks.
In the MYSTIC\DOCS\MYSTIC.TXT file, under the menu types, it has this
for the MP menu:
Command : MP
Description : Posts a message to the currently selected message base. Optional Data : </TO:> </SUBJ:> </ADDR:> </F>
/TO:<user_name> - Sets the TO field of the message.
/SUBJ:<subject> - Sets the SUBJECT field of the message. /ADDR:<netaddr> - Sets the netmail address field.
/F - Forces the user to post the message.
The text supplied with the /TO and /SUBJ options should have any spaces replaced by the "_" character. An
example menu command for this might be:
Command : MP
Data : /TO:some_user /SUBJ:hello_there! /F
The above would post a message to "some user" with
the subject of "hello there!". The user would not
be able to abort posting this message because the
/F option was supplied.
So, if you were to write and MPL, it might look like this:
MenuCmd('MP','/TO:some_user /SUBJ:hello_there! /ADDR:21:1/120')
"No matter where you go, there you are!" - Buckaroo Bonzai
--- Mystic BBS v1.12 A31 (Raspberry Pi)
* Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (21:1/120)
On 11/04/16, Gryphon said the following...
On 11/03/16, Necromaster said the following...
Is there a way to send a netmail to a certain user from within a Thanks.
In the MYSTIC\DOCS\MYSTIC.TXT file, under the menu types, it has this for the MP menu:
Command : MP
Description : Posts a message to the currently selected messag base. Optional Data : </TO:> </SUBJ:> </ADDR:> </F>
/TO:<user_name> - Sets the TO field of the messa
/SUBJ:<subject> - Sets the SUBJECT field of the message. /ADDR:<netaddr> - Sets the netmail address field.
/F - Forces the user to post the message.
The text supplied with the /TO and /SUBJ options should have any spaces replaced by the "_" character. An
example menu command for this might be:
Command : MP
Data : /TO:some_user /SUBJ:hello_there! /F
The above would post a message to "some user" wi
the subject of "hello there!". The user would n
be able to abort posting this message because th
/F option was supplied.
So, if you were to write and MPL, it might look like this:
MenuCmd('MP','/TO:some_user /SUBJ:hello_there! /ADDR:21:1/120')
"No matter where you go, there you are!" - Buckaroo Bonzai
--- Mystic BBS v1.12 A31 (Raspberry Pi)
* Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (21:1/12
Thanks Gruphon. but is there a way I can also attach a file within the body of the message? Thanks my friend.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 164:37:18 |
Calls: | 2,077 |
Calls today: | 3 |
Files: | 11,137 |
Messages: | 947,182 |