Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

[FEATURE]: Improve the "Store email addresses in file" feature #466

Open
mjmdurand opened this issue Jul 13, 2022 · 1 comment
Open

[FEATURE]: Improve the "Store email addresses in file" feature #466

mjmdurand opened this issue Jul 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mjmdurand
Copy link

Is your feature request related to a problem?

No

Description

Hello,
When you use the feature "Store email addresses in file" in email section, addresses are stores in a .txt file in an array like this :
["[email protected]","[email protected]"]

As I don't especially like to get a picture that is not mine (and i don't think i'm the only one), it would be really great to add some indications about the file to attach to the mail.

Describe the solution you'd like

I suggest to change the file type and to go for csv format.

Excel readable csv should be like this :

"[email protected]";"20220713_123456.jpg"
"[email protected]";"20220713_124567.jpg"
...

Of course we still can use the .txt file type too or even better : let the user choose what file type he wanna use.

Describe alternatives you've considered

We still can disable the email gathering feature for offline conditions and enable QR code feature by customizing the URL provided if we already know "the url base" in advance (Server IP, Simple URL, Google drive shared folder ...)

Additional context

No response

@mjmdurand mjmdurand added the enhancement New feature or request label Jul 13, 2022
@andi34
Copy link
Owner

andi34 commented Jul 14, 2022

Hey and thanks for the request. Currently I am busy with other stuff and not able to work on it. If you like, you can make needed changes to the source and open a Pullrequest here , I'd be glad to review those changes.

The feature is currently meant to collect the email addresses to share a link to an online Gallery with all images of the event (e.g. wedding) afterwards. For single / special images, the images should be send directly via email.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants