rpc-mail | RPC client-server for mail distribution

 by   effus PHP Version: Current License: MIT

kandi X-RAY | rpc-mail Summary

kandi X-RAY | rpc-mail Summary

rpc-mail is a PHP library. rpc-mail has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

RPC client-server for mail distribution. Data transmit using serialized arrays (no XML).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rpc-mail has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              rpc-mail has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rpc-mail is current.

            kandi-Quality Quality

              rpc-mail has no bugs reported.

            kandi-Security Security

              rpc-mail has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              rpc-mail is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              rpc-mail releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rpc-mail
            Get all kandi verified functions for this library.

            rpc-mail Key Features

            No Key Features are available at this moment for rpc-mail.

            rpc-mail Examples and Code Snippets

            No Code Snippets are available at this moment for rpc-mail.

            Community Discussions

            No Community Discussions are available at this moment for rpc-mail.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rpc-mail

            Place files to server root directory Edit ./config/defines.php, fix paths and urls to yours and setup DB connection (mysql). Create table "mailqueue": CREATE TABLE mailqueue ( id int(11) NOT NULL AUTO_INCREMENT, emails varchar(255) NOT NULL, subject varchar(255) NOT NULL, body text NOT NULL, mtype int(11) NOT NULL, files text NOT NULL, fileopts text NOT NULL, status int(11) NOT NULL, trydate int(11) DEFAULT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8; Edit cron_rpc_mailer.php, fix paths (use fullpath). Setup crontab (with correct path): /var/www/rpcmail/cron_rpc_mailer.php Edit ./htaccess, setup path for AuthUserFile, allow your IPs. Use "htpasswd" command to create some rpc-server users. Ex.: htpasswd -m ./config/.htpasswd mailer1.
            Before including client.class.php please define authorisation data to AUTH_USER and AUTH_PASS constants, and server url to RPC_SERV constant. Call one of 4 methods: sendtxt, sendhtml, sendattache, sendembedimg from class RpcMail(). (see "sample.php").

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/effus/rpc-mail.git

          • CLI

            gh repo clone effus/rpc-mail

          • sshUrl

            git@github.com:effus/rpc-mail.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link