Giter Site home page Giter Site logo

Comments (5)

subins2000 avatar subins2000 commented on July 20, 2024

Currently, Open is using PHPMailer to send emails. And GMail SMTP is used to send emails. As it is made using PHPMailer, it can be changed to any method.
https://github.com/subins2000/open/blob/master/inc/class.open.php#L583

The passwod for the GMail SMTP server is censored in GitHub. You have to use your GMail account for sending emails : https://github.com/subins2000/open/blob/master/inc/class.open.php#L575

from open.

stewie27 avatar stewie27 commented on July 20, 2024

i understand that i have to use my credentuals for smtp but wanted to run it with phpmailer at the moment before setting up smtp just not sure how :/

from open.

subins2000 avatar subins2000 commented on July 20, 2024

I don't know what you mean by "run it with phpmailer". It is using PHPMailer Library to send emails. Do you mean to send emails using PHP's "mail()" function ?

from open.

stewie27 avatar stewie27 commented on July 20, 2024

yeah sorry i always refer to mail() as phpmailer :/
but yeah is it doable to setup the mail() function for the time been?

from open.

subins2000 avatar subins2000 commented on July 20, 2024

Yes, you can modify the contents inside \Open::sendEMail() function to PHP's mail() with parameters accordingly.
https://github.com/subins2000/open/blob/master/inc/class.open.php#L533

from open.

Related Issues (13)

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.