andi34 / photobooth

A Photobooth web interface for Linux and Windows.
MIT License
72 stars 39 forks source link

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

Open mjmdurand opened 2 years ago

mjmdurand commented 2 years ago

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 : ["test@test.lan","test2@test.lan"]

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 :

"test@test.lan";"20220713_123456.jpg"
"test2@test.lan";"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

andi34 commented 2 years ago

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.