New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maileva

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maileva

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Maileva API

This gem allows you to send postal mails through the Maileva system (of La Poste).

Installation

Put this in your Gemfile:

gem 'maileva'

To include all the necessary classes, do:

require 'maileva'

Configuration

Use Maileva.config to configure the default settings of the API like your Maileva credentials. Example:

Maileva.config.ftp_login = "my_login"

The available configuration variables are:

  • files_root: (Pathname, not String!) A directory where temporary PDF files to send will be stored;
  • ftp_login: (String) Your Maileva FTP login;
  • ftp_password: (String) Your Maileva FTP password;
  • client_id: (String) Your Maileva client ID;
  • confirmation_threshold: (Integer, optional) The maximum number of files which can be sent without confirmation. Default: 100.

Setting rules

FAQs

Package last updated on 12 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc