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: | 103 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 03:06:33 |
| Calls: | 7,055 |
| Calls today: | 8 |
| Files: | 8,560 |
| D/L today: |
2,453 files (983M bytes) |
| Messages: | 373,266 |
| Posted today: | 4 |