Cloudlog icon indicating copy to clipboard operation
Cloudlog copied to clipboard

Ability to automatically or manually send a QSO card image over email?

Open MikeWills opened this issue 2 years ago • 18 comments

This would be similar to the functionality within MacLogger DX.

MikeWills avatar Mar 10 '22 06:03 MikeWills

Dont use MacLogger to know its exact feature, however if someone wants to define a specification it might well end up getting coded :)

magicbug avatar Mar 28 '22 22:03 magicbug

I'm very interested in this one too. Log4eQSL and Log4OM have been suggested as good solutions, but as I'm a Linux user, neither of them is suitable.

thelovebug avatar Apr 01 '22 15:04 thelovebug

How would you determine the email address of your QSO partner? I guess not to be asked on air :D

phl0 avatar Apr 01 '22 16:04 phl0

My guess is based on callbook

magicbug avatar Apr 01 '22 16:04 magicbug

Yes, call book or QRZ.

MikeWills avatar Apr 07 '22 11:04 MikeWills

Got a PoC working here. Needs a few more ifs and so on.... Does that meet your expectations roughly? :)

Screenshot from 2022-04-20 17-13-28

phl0 avatar Apr 20 '22 15:04 phl0

Guessing it just needs to generate an "image" and attach it

magicbug avatar Apr 20 '22 15:04 magicbug

Well yeah. I have that in my mind (but not coded yet) ....

phl0 avatar Apr 20 '22 15:04 phl0

My thought would be image associated to the station location uploadable

magicbug avatar Apr 20 '22 15:04 magicbug

Yeah, that's looking like I was thinking. That's awesome! Sorry, I don't have the php skills or the time to help on this.

On Wed, Apr 20, 2022, 10:42 AM Peter Goodhall @.***> wrote:

My thought would be image associated to the station location uploadable

— Reply to this email directly, view it on GitHub https://github.com/magicbug/Cloudlog/issues/1424#issuecomment-1104082218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCAKL4FOXL7C4E2OJKU33VGAQULANCNFSM5QLUKX6A . You are receiving this because you authored the thread.Message ID: @.***>

MikeWills avatar Apr 20 '22 15:04 MikeWills

Yeah, that's looking like I was thinking. That's awesome! Sorry, I don't have the php skills or the time to help on this.

Nor do I .... :)

phl0 avatar Apr 20 '22 15:04 phl0

My thought would be image associated to the station location uploadable

I like that idea. Plus some imagemagick to add QSO details to the image (template)?

phl0 avatar Apr 20 '22 16:04 phl0

Got some more code in my PoC:

Screenshot from 2022-04-21 00-19-37

phl0 avatar Apr 20 '22 22:04 phl0

Looks pretty good :-)

Am Do., 21. Apr. 2022 um 00:23 Uhr schrieb Florian (DF2ET) < @.***>:

Got some more code in my PoC:

[image: Screenshot from 2022-04-21 00-19-37] https://user-images.githubusercontent.com/7112907/164334670-d4414c0b-bc71-4d18-9297-725f46475660.png

— Reply to this email directly, view it on GitHub https://github.com/magicbug/Cloudlog/issues/1424#issuecomment-1104516131, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKN5OXXJ4T2C4MNPREYJ73VGB7UJANCNFSM5QLUKX6A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Amateurfunk ist das, was uns verbindet! Bleiben wir in Kontakt! DARC e.V., Ortsverband Q03, Neunkirchen

dg9vh avatar Apr 20 '22 22:04 dg9vh

As we now have a function in development that could send this emails, now it's time for thinking over the process of sending the emails in general. I think we should talk about two scenarios:

a) live-logging / past-logging b) importing via ADIF

In a) it would be easy to trigger the sending of the email with saving the QSO after setting a "requested-switch" to have an QSL-Card send for this (maybe set by default?) and set this marker to "sent" after sending the mail.

For b) we would need a cron-job running for example once a day fetching requested QSOs for mailing and then calling the existing function for each QSO in the results.

So we need some additional things:

  • a new switch on the QSL-Tab for managing the email-QSL (not requested/requested/sent)
  • a cronjob-function that fetches all qsos with requested email-QSLs.
  • a functionality to "mass modify" imported adif-QSOs to be marked as "email-QSL-requested".

Any other ideas?

Kim

dg9vh avatar Apr 21 '22 09:04 dg9vh

Tnx feedback @dg9vh

Currently the code is executed directly after saving a QSO. There is no GUI for that (yet). The thing that concerns me currently is where to store information about mQSLs being sent or not. I cannot find a suitable ADIF field for this information and QSL_SENT is probably for paper QSLs only. Maybe make a request towards ADIF?! :)

My plan (aligned with @magicbug) is that the image template for the mQSLs should be uploadable in the station location so that you can have a different pic for each station location. This is what I am currently working on.

phl0 avatar Apr 22 '22 06:04 phl0

In ADIF spec there are user-defined and application defined fields. See http://adif.org.uk/312/ADIF_312.htm#Application_defined_Fields

Maybe we could use them in between... 😉

Florian (DF2ET) @.***> schrieb am Fr., 22. Apr. 2022, 08:18:

Tnx feedback @dg9vh https://github.com/dg9vh

Currently the code is executed directly after saving a QSO. There is no GUI for that (yet). The thing that concerns me currently is where to store information about mQSLs being sent or not. I cannot find a suitable ADIF field for this information and QSL_SENT is probably for paper QSLs only. Maybe make a request towards ADIF?! :)

My plan (aligned with @magicbug https://github.com/magicbug) is that the image template for the mQSLs should be uploadable in the station location so that you can have a different pic for each station location. This is what I am currently working on.

— Reply to this email directly, view it on GitHub https://github.com/magicbug/Cloudlog/issues/1424#issuecomment-1106050081, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKN5OSJHLRNC6RXKKT6JYDVGJACLANCNFSM5QLUKX6A . You are receiving this because you were mentioned.Message ID: @.***>

dg9vh avatar Apr 22 '22 06:04 dg9vh

Hi, I'm throwing in my counter-thought and my alternative solution here.

In my opinion, this is a somewhat questionable feature, because the picture attached to the e-mail does not really confirm the connection when viewed in the award mind. And secondly, couldn't we just send paper cards if cards have to be received and given?

BUT, the bigger issue is that I myself have now started to receive these pictures as an e-mail attachment, for example from my peditions, and the pictures are filling up my inbox for no reason and consuming traffic bandwidth, for example for Märket's (OJ0) weak mobile network. The postal address is automatically downloaded from the QRZ.com database, but I have not put it there for these QSL photos.

We already have ready-made services for this kind of image carding, e.g. eQSL - and if you find it difficult to use, please code better, but not so that it sends an email to all your contacts without asking and because it's nice.

I understand that this feature may be perceived as important by some. Would a compromise option be that the recipient can, if he/she/they wishes, download his QSL card if he/she/they deems it necessary?

Just my two cents..

oh1jw avatar Aug 06 '23 20:08 oh1jw