I try to send a intenal email to another user form js.
u = system.matchuser("ragnarok");
bbs.email(u, '', "the subject', WM_EMAIL);
if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)
if not use WM_FORCEFWD, i have the prompt for it, and i need to select
NO to get internal email (user to user)
its posible to avoid these prompt and get directly the email as user to user?
Re: WM_FORCEFWD
By: Ragnarok to DOVE-Net.Synchronet_Discussion on Wed Jul 31 2019 10:21 pm
I try to send a intenal email to another user form js.
u = system.matchuser("ragnarok");
bbs.email(u, '', "the subject', WM_EMAIL);
if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)
if not use WM_FORCEFWD, i have the prompt for it, and i need to select
NO to get internal email (user to user)
its posible to avoid these prompt and get directly the email as user to user?
If you want to globally disallow forwarding to netmail, you can set SCFG->Message Options->Allow Forwarding to NetMail to "No".
If you only want to disable it on one specific call to bbs.email(), I could add a new mode flag (e.g. WM_NOFWD). Is that want you're looking for?
El 1/8/19 a las 04:34, Digital Man escribió:
Re: WM_FORCEFWD
By: Ragnarok to DOVE-Net.Synchronet_Discussion on Wed Jul 31 2019 10:21 pm
I try to send a intenal email to another user form js.
u = system.matchuser("ragnarok");
bbs.email(u, '', "the subject', WM_EMAIL);
if i use the WM_FORCEFWD flag, this show "from user@domain to ragnarok@bbs.docksud.com.ar (internet addreses)
if not use WM_FORCEFWD, i have the prompt for it, and i need to select NO to get internal email (user to user)
its posible to avoid these prompt and get directly the email as user to user?
If you want to globally disallow forwarding to netmail, you can set SCFG->Message Options->Allow Forwarding to NetMail to "No".
If you only want to disable it on one specific call to bbs.email(), I could add a new mode flag (e.g. WM_NOFWD). Is that want you're looking for?
yeap!, i want to send mail to another user and avoid forward (also avoid prompt)
yeap!, i want to send mail to another user and avoid forward (also avoid prompt)
Okay, you should be able to use the new WM_NOFWD mode flag for bbs.email() then.
digital man
yeap!, i want to send mail to another user and avoid forward (also avoid prompt)
Okay, you should be able to use the new WM_NOFWD mode flag for bbs.email() then.
digital man
Sysop: | BrokenMind |
---|---|
Location: | Central Pennsylvania United States |
Users: | 60 |
Nodes: | 4 (0 / 4) |
Uptime: | 58:32:11 |
Calls: | 177 |
Files: | 2,017 |
Messages: | 20,571 |