Giter VIP home page Giter VIP logo

email-sender's Introduction

Email-sender

Cold email sender, which sends cold email for sponsorships, with attachment brochure and company name as a variable. You can configure your email id to send emails without the need to copy paste email content, bold some portions, attach the attachment brochure everytime, add bccs and change the company name everytime you are mailing a company.

Duration to send cold emails reduced by about 400% Live site at: https://ieee-email-sender.000webhostapp.com

Installation

If you have git installed on your system

  fork my repository, and use 
  git clone <forked repository link>

if you don't have git installed on your system

  Download the zip file by,
  clicking on green code button > download zip file
  Extract your zip file in your xampp > htdocs

If you don't have xampp installed

    Get Xampp from
    https://www.apachefriends.org/download.html

    After Installation click on Xampp folder -> htdocs -> save the
    project folder which was earlier extracted here (in htdocs)

Configure the Email - Sender

Change the following variables / fields in php/send_code.php file

  $senderName = "enter your name here";

  $senderPhone = "enter your phone number here without +91";

  $mail->Username   = 'Your email id goes here';    //Gmail userid 

  $mail->Password   = 'Your gmail less secure app password goes  
  here';    //SMTP password

  $mail->setFrom('Your email goes here', 'IEEE UVCE'); // Your email id

To find your SMTP Password

Open manage google account -> security -> Watch https://www.youtube.com/watch?v=Kjn5vBbBsi8 from timeline 5:20

Here is how the customize page looks like

image

Here is how the main page looks like

image

After the mail is sent

image

Mail is received

image

email-sender's People

Contributors

hi-kartik2004 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.