You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can semi-automate the confirmation email message that we send to the requesting user. Currently, I send it manually when the registration is finished and I base it on a template email that includes fields for the name of the user, the title of the dataset, and the DOI.
The service could create a link that encodes the above information (encrypted) in the same way the GOGS service encodes the request it sends to GIN DOI. The link can be included in the email that notifies us of a request. When the link is clicked, it loads a page with a text box pre-filled with the mail template with the fields filled in. We can then review or edit the email content and subject and press a button to have the DOI service send the email message to the user.
Requirements already met:
Email sending is already set up.
Encrypting variables into URL fields: The service can already decrypt these using the key it shares with GOGS/GIN-Web. We can use the same key and libgin functions to encrypt the email vars.
New requirements:
Form page for the email text that sends the email on submit.
Email notification template (that's sent to us) with link to form.
The text was updated successfully, but these errors were encountered:
We can semi-automate the confirmation email message that we send to the requesting user. Currently, I send it manually when the registration is finished and I base it on a template email that includes fields for the name of the user, the title of the dataset, and the DOI.
The service could create a link that encodes the above information (encrypted) in the same way the GOGS service encodes the request it sends to GIN DOI. The link can be included in the email that notifies us of a request. When the link is clicked, it loads a page with a text box pre-filled with the mail template with the fields filled in. We can then review or edit the email content and subject and press a button to have the DOI service send the email message to the user.
Requirements already met:
New requirements:
The text was updated successfully, but these errors were encountered: