• Email

    From Merlin@VERT/CARSO to All on Sun Jan 5 18:03:00 2003
    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ããCheersãMerlinã---------------------------------------------------------------------------ã Merlin - Sysop of CarSo BBs - telnet://carso.dyndns.orgã---------------------------------------------------------------------------ãã---ã þ Synchronet þ CarSo BBs þ Beverley, UK þ telnet://carso.dyndns.orgã
  • From Digital Man@VERT to Merlin on Sun Jan 5 15:10:32 2003
    Re: Emailã By: Merlin to All on Sun Jan 05 2003 06:03 pmãã > I am playing with the msgbase.save_msg functions.ã > ã > Is there a list of the properties for the hdr ?ããNot currently.ãã > 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";ãhdr.to_net_type=NET_INTERNET;ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Guardian Angel@VERT/NIFTYPLC to All on Sun Jan 5 14:28:00 2003
    On Sun, 5 Jan 2003 18:03:00 LON, "Merlin" <merlin@VERT> wrote:ãã>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ããWhen you create your new message make sure it's referencing the "mail"ãmessage base, something along the lines of:ããNew_mail_object = new MsgBase("mail");ããHTHãGAãã---ã þ Synchronet þ I Think It's Nifty BBS- Think a Nifty Thought! - ithinkitsnifty.comã
  • From Merlin@VERT/CARSO to Digital Man on Mon Jan 6 00:48:00 2003
    Re: Emailã By: Digital Man to Merlin on Sun Jan 05 2003 03:10 pmãã > 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";ã > hdr.to_net_type=NET_INTERNET;ãThanks, that worked.ã ã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 ofãmerlin@mydomain ãor is there a reply_to bit?ã ãCheersãMerlinã---------------------------------------------------------------------------ã Merlin - Sysop of CarSo BBs - telnet://carso.dyndns.orgã---------------------------------------------------------------------------ãã---ã þ Synchronet þ CarSo BBs þ Beverley, UK þ telnet://carso.dyndns.orgã
  • From Digital Man@VERT to Merlin on Mon Jan 6 00:40:12 2003
    Re: Emailã By: Merlin to Digital Man on Mon Jan 06 2003 12:48 amãã > > 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";ã > > hdr.to_net_type=NET_INTERNET;ã > Thanks, that worked.ã > ã > 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?ããYes, there is.ãã > 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?ããYes, there's also replyto_net_addr and replyto_net_type, but you don't reallyãneed to use them if you change the from_net_addr/type.ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã