GreatDevelopers / Certificate

Web-based Certificate generation system
MIT License
20 stars 35 forks source link

Send email after Certificate Generation #35

Open vigasdeep opened 7 years ago

vigasdeep commented 7 years ago

Here is TTD for this issue

  1. Ask For email before the selection of Template
  2. After Certificate is generated. Send the email to the user with link to download.
  3. Show click here to download, and notify user that email has been sent too.

To Discuss: We may need to use database now, what others think?

amisha2016 commented 7 years ago

@vigasdeep @mandeeps708 When the user will enter mail. Do we verify that mail or directly send link to the mail.

amisha2016 commented 7 years ago

On more thing. If we will send the link of that Certificate to him immediately then why we need to store his email in database.

vigasdeep commented 7 years ago

for future use.

On Tue, Oct 10, 2017 at 4:15 PM, Amisha Budhiraja notifications@github.com wrote:

On more thing. If we will send the link of that Certificate to him immediately then why we need to store his email in database.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GreatDevelopers/Certificate/issues/35#issuecomment-335433906, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCzTXLQ2DeyUjfhNVODOSifk6URMkx4ks5sq0q5gaJpZM4Pxcn8 .

-- Vigas Deep [W] | https://vigasdeep.com [M] | +91-9815-400-807

vigasdeep commented 7 years ago

Not verify by sending mail. Just validate that it is actual email, using the field type.

On Tue, Oct 10, 2017 at 4:12 PM, Amisha Budhiraja notifications@github.com wrote:

@vigasdeep https://github.com/vigasdeep @mandeeps708 https://github.com/mandeeps708 When the user will enter mail. Do we verify that mail or directly send link to the mail.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GreatDevelopers/Certificate/issues/35#issuecomment-335433439, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCzTUfRnDBjHtiWOXSlJMTIrIDwMY1Zks5sq0ovgaJpZM4Pxcn8 .

-- Vigas Deep [W] | https://vigasdeep.com [M] | +91-9815-400-807

amisha2016 commented 7 years ago

Okay. Thankyou for quick reply.