Hi,
Im doing some MPL game programming and wondering if there is a command that >allows the program to send mail to the users account. For example, if I >wanted to send a list of winnings to them to save for prosperity.
thanks
--- Mystic BBS v1.12 A46 2020/08/24 (Raspberry Pi/32)
* Origin: Pweck's Retreat BBS (21:3/113)
You can use MenuCmd() and the proper menu command to send bbs mail I believe. You can also send a file as a message.
Thanks for the help. Looking for a specific command or way to do that
with MPL.
Im doing some MPL game programming and wondering if there is a command that allows the program to send mail to the users account. For example,
if I wanted to send a list of winnings to them to save for prosperity.
its menucmd() and that is MX and then the base that would be the index number of emailyour email base and the users name and subject. here is
an example from my dorenet mpl app.
menucmd ('MX',''+tempfile2+';1;'+useralias+';dream master;DoRENET application');
tempfile would be a text file to send and the 1 is the index for my
email, user alias is what i used to send the email to and from me and
the subject. soo
menucmd('MX',filename;baseindex #;from; to;subjext); i hope that helps.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 95 |
Nodes: | 16 (0 / 16) |
Uptime: | 00:46:06 |
Calls: | 4,606 |
Files: | 8,491 |
Messages: | 349,526 |