Giter Club home page Giter Club logo

Comments (4)

synox avatar synox commented on July 3, 2024

I am sorry it does not work out of the box.

make sure you check the php error log. also enable php error reporting with error_reporting(E_ALL); in config.php.

Then also try to run the command manually from the command line: ssh into your server. then run the input script as the mailserver would.

create a sample mail (like https://gist.github.com/synox/fa11060975bec7250a46) and save it. then run

    cat samplemail.txt | php /path/to/app/pipe_input.php

and that should process the mail or return an error. if you don't have SSH access then this solution is possibly not for you. Then https://github.com/synox/disposable-mailbox is easier to configure.

EDIT: Copied this guide to https://github.com/synox/disposable-email#troubleshooting

from disposable-email.

 avatar commented on July 3, 2024

if have ssh to my server. i also executed the command nothing is showing.
can you tell me what to do after composer install means how to configure and to receive mail?

from disposable-email.

synox avatar synox commented on July 3, 2024

I assume there are not entries in your database after running the pipe_input.php?
It is expected not to return output and just to update the database.
Maybe check the write permissions for the database.

from disposable-email.

synox avatar synox commented on July 3, 2024

Were you able to solve the issue?

from disposable-email.

Related Issues (6)

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.