Git Product home page Git Product logo

custom-email's Introduction

Custom-SMS

A php script to send custom email to the user

Step 1 : Install Wamp Server in Windows

Download wamp server from here.

Wamp : http://www.wampserver.com/en/

Step 2 : Keep sendemail folder inside wamp folder

This is a software that will work as a mail sender.

Step 3 : Make changes in sendmail/sendmail.ini

Provide your email and password in the following field.

auth_username=your_email

auth_password=your_password

force_sender=your_email

Step 4 : Make changes in php.ini

Locate mail function and provide server, port, your email and location of sendemail.exe.

[mail function]

smtp_server= smtp.gmail.com

smtp_port = 587

sendmail_from =your_email

sendmail_path ="C:\wamp64\sendmail\sendmail.exe -t"

Step 5 : Change settings in email

In case of gmail, go to my account. In Sign-in & security tab, go to Apps with account access. Allow less secure apps to On mode.

custom-email's People

Contributors

shakir1443 avatar

Stargazers

Me avatar

Watchers

James Cloos avatar

Forkers

bravesoftdz

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.