Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Sending emails to user in Python</title>
- </head>
- <body>
- Hello {{user}},
- <p>Welcome to the world of programming</p>
- <p>Thanks,<br />Blog-Gan.Org</p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment