Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "Mayayana" Newsgroups: alt.comp.os.windows-10,alt.comp.freeware,comp.text.xml Subject: Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Date: Thu, 23 Apr 2020 13:15:46 -0400 Organization: A noiseless patient Spider Lines: 52 Message-ID: References: Injection-Date: Thu, 23 Apr 2020 17:16:05 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="1daebf97f83c14fef135d8413b8cc665"; logging-data="29280"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LOVIqXqv64bdYUREyfTfDlZxl0irtkZY=" Cancel-Lock: sha1:rVTYuk6qpvibA8OIBKIMDe8ZAdk= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com alt.comp.os.windows-10:112191 alt.comp.freeware:326283 comp.text.xml:942 "GS" wrote |not wanting to | use my gmail credentials because they block anything not coming from my IP | address. Really? A police state run by spyware. That's a new one. | I suppose I could use my website mail account where the email is being | sent to, or create a new mailbox just for this purpose (built into the | registration process), then inform users their registration has been sent. I'll | play with it some since I'm keen to test drive the CDO code Obiwan posted in | the VB forum recently. | If you're interested in doing it yourself you can also see here: https://www.jsware.net/jsware/vbcode.php5#mail3 I wrote this years ago and have occasionally updated it. Completely free of dependency. It uses straight winsock to talk to the smtp server. VBSendMail was similar but required the winsock control. CDO might be OK. I'm not sure how many systems it's on. As I recall there was cdo, cdosys, and maybe something else. I don't remember details now but you should check that out. Also, as Obiwan said, it could be disabled in some cases. My code still requires an email address and has one notable limitation: no encryption. My own email server allows unencrypted email, so I could put this code in my program and send emails from client machines if I wanted to. (Of course, if they're like me they don't allow just any old program to go online, but that's another issue. :) Another possibility might be a URL. Something like www.garryssite.com/autoregister.php?ID=2341654&key=BC13ED But you'd need to set up the PHP serverside to deal with that. You could probably find enough code online to do it, but I'm not sure. You'd need to process the PHP parameters and then have some method to store the data in a log or database. Or for a rally simple version, you could download your server logs daily, search for autoregister GETS, and process the data locally.