Members: Vikrant Panjiyar, Jeevan Koiri and Bhupendra Chaulagain
This repo contains a simple CPP project which runs on visual studio version 2019 and is used for mass mailing with more features than any other massmailing web services to send beautiful mails that can be either html mail or plain text mail with attachments
- Download or clone this repo on your desktop or anywhere in disk and then download,install and open visual studio 2019
- Click on
Open a local folder
and select cloned folder(Massmailing_using_CPP) - Click on
File
menu, selectNew
and click onProject from existing code
- Then a new window will be prompted click on
Next
, select the folderMassmsilin_using_cpp
inproject location
and name it "abc"(anything) inProject name
- Click on
next
, selectConsole application project
inProject type
, click onnext
,next
and finallyfinish
leaving everything as it is - After the projectis loaded, open "abc" on the right side of screen, click on
Source Files
and then finally double-click onmailing.cpp
.
Please see the comments in the code for some CPP packages installment processes. Finally run it and enjoy the service.
Run ther program and provide necessary informations about your email, passwords and recipients email addresses and other contents of email body.
Note:If you are sending html mail instead of plain text,remember that body.html in the project folder is the html body you will be sending. Either open it with notepad
and paste your own html code and save it or simply delete it and paste your own html file in the folder and name it as body
with extension html(i.e.body.html
). And the attachments you are going to send must be in project folder i.e. everything must be in "Massmailing_using_CPP" including body.html. While entering the name of attachments use name with extension. For example: if abc is text file then type text.txt i.e. name with extension must be typed in console.