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: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,018 |
Nodes: | 17 (0 / 17) |
Uptime: | 98:00:31 |
Calls: | 503,063 |
Calls today: | 20 |
Files: | 212,525 |
D/L today: |
2,736 files (465M bytes) |
Messages: | 440,360 |
Posted today: | 11 |