Jenderal92

Untitled

Jul 22nd, 2022 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Sending emails to user in Python</title>
  7. </head>
  8. <body>
  9. Hello {{user}},
  10.  
  11. <p>Welcome to the world of programming</p>
  12.  
  13. <p>Thanks,<br />Blog-Gan.Org</p>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment