Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Hack/Medical/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def panic_button(request):
pre_Health=email[0]['link__pre_Health']
emergency_contact=email[0]['link__emergency_contact']
name=email[0]['link__name']
yag = yagmail.SMTP('kaustubh.1822it1070@kiet.edu', '------------------')
yag = yagmail.SMTP('kaustubh.1822it1070@kiet.edu', '------------------') #Enter your password here !
subject = "ALERT ALERT ALERT"
contents = ["HELP ! My name is "+name+" and I am your patient. I'm in a serious problem and in severe health issues, My previous health problems are : "+pre_Health+" . Do inform my emergency contact " + emergency_contact+" ."]
# yag.send(Email,subject,contents)
Expand Down