Giter Club home page Giter Club logo

Comments (8)

synox avatar synox commented on July 23, 2024

yes, it can handle messages to subdomains (e.g. [email protected]). It only compares the part before the @ sign.

from disposable-email.

munge83 avatar munge83 commented on July 23, 2024

Do you have any idea why it's not working ?

from disposable-email.

synox avatar synox commented on July 23, 2024

make sure you check the php error log. also enable php error reporting with E_ALL.
if you are having trouble maybe the imap version is easier to install? https://github.com/synox/disposable-email-imap

from disposable-email.

munge83 avatar munge83 commented on July 23, 2024

no errors at all in error_log
I insert the error_reporting(E_ALL); and also no errors

if I run mailparse_msg_create(); nothing happen's , is that ok?

from disposable-email.

synox avatar synox commented on July 23, 2024

from disposable-email.

munge83 avatar munge83 commented on July 23, 2024

I googled it but can't find how to test it in command line ? Can you help me?

from disposable-email.

synox avatar synox commented on July 23, 2024

you have to 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-email-imap is easier to configure.

from disposable-email.

munge83 avatar munge83 commented on July 23, 2024

I did that and no error was shown in command line. Meaby I'll try that other version

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.