Groups | Search | Server Info | Login | Register


Groups > comp.text.xml > #942

Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows?

From "Mayayana" <mayayana@invalid.nospam>
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 2020-04-23 13:15 -0400
Organization A noiseless patient Spider
Message-ID <r7sigl$sj0$1@dont-email.me> (permalink)
References (11 earlier) <r7qj6e$3dt$1@dont-email.me> <r7qmqm$m43$1@dont-email.me> <r7qrdg$dkg$1@dont-email.me> <r7s44i$gqd$1@dont-email.me> <r7sgoq$ets$1@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


"GS" <gs@v.invalid> 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. 

Back to comp.text.xml | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-21 23:05 +0530
  Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 13:51 -0400
    Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-21 23:41 +0530
      Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 16:45 -0400
        Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 07:43 +0530
          Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 23:13 -0400
            Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 10:13 +0530
              Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-22 01:56 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 12:51 +0530
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 08:24 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 16:21 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 16:42 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 19:15 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 20:17 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 21:35 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-23 09:10 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 12:46 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-23 13:15 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 13:25 -0400
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-23 22:55 +0530
                Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 13:29 -0400
  Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-21 14:03 -0400

csiph-web