I am playing with the msgbase.save_msg functions.
Is there a list of the properties for the hdr ?
I want to make it send an email from sysop to
a user and need to know how to pass the users email address to the save_msg funciton so it posts as an email. I have it posting locally (ala the chkspace.js) but where do I uput the email address
I am playing with the msgbase.save_msg functions.
Is there a list of the properties for the hdr ?
I want to make it send an email from sysop to
a user and need to know how to pass the users email address to the save_msg >funciton so it posts as an email. I have it posting locally (ala the >chkspace.js) but where do I uput the email address
If you want it to go out as netmail (Internet e-mail), then you must add the to_net_addr and to_net_type header fields. Example: hdr.to_net_addr="rob@synchro.net";Thanks, that worked.
hdr.to_net_type=NET_INTERNET;
If you want it to go out as netmail (Internet e-mail), then you must add to_net_addr and to_net_type header fields. Example: hdr.to_net_addr="rob@synchro.net";Thanks, that worked.
hdr.to_net_type=NET_INTERNET;
Is there a hdr.from_net_addr or something so I can make the email
look lik eit has come from a different email address?
I am using hdr.from="system operator" and it sends it from "system.operator@mydomain"
I want it to be sent from System Operator (display name) but use the email o merlin@mydomain
or is there a reply_to bit?
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 107 |
Nodes: | 16 (0 / 16) |
Uptime: | 06:01:23 |
Calls: | 5,713 |
Calls today: | 4 |
Files: | 8,496 |
D/L today: |
1,893 files (482M bytes) |
Messages: | 339,063 |
Posted today: | 1 |