Skip to content

Conversation

Aditya8821
Copy link
Contributor

Related Issue

Implementing yagmail module in python script to send HTML email.

  • LGM-SOC'21 Participant
  • Contributor

Closes: #212

Describe the changes you've made

I have developed a python script by which users can send an HTML script to the receiver. In this yagmail module is used and its send( ) function takes the receiver's email address, subject of the email, the content of the mail under HTML tags as and arguments.
SMTP takes the sender's email address and password as an argument to initiate the server or connection.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

I have tested my code on Local Machine.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots

Demo Output

@Debashish-hub Debashish-hub added the LGMSOC21 This issue will be considered for LGM-SOC 21 label Jun 15, 2021
@Debashish-hub
Copy link
Collaborator

Good work @Aditya8821. Your PR is approved

@Debashish-hub Debashish-hub added the 🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 label Jun 15, 2021
@Debashish-hub Debashish-hub merged commit 1ef523a into prathimacode-hub:main Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21

2 participants