mailgun_api | API for Mailgun in Rust
kandi X-RAY | mailgun_api Summary
kandi X-RAY | mailgun_api Summary
mailgun_api is a Rust library. mailgun_api has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Warning: when you are running the tests you are sending a email to the receiver that you set.
Warning: when you are running the tests you are sending a email to the receiver that you set.
Support
Quality
Security
License
Reuse
Support
mailgun_api has a low active ecosystem.
It has 6 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 12 months.
mailgun_api has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of mailgun_api is v0.2.1
Quality
mailgun_api has no bugs reported.
Security
mailgun_api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
mailgun_api is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
mailgun_api releases are available to install and integrate.
Installation instructions, examples and code snippets are 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 mailgun_api
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mailgun_api
mailgun_api Key Features
No Key Features are available at this moment for mailgun_api.
mailgun_api Examples and Code Snippets
Copy
use mailgun_api::MailgunApi;
use mailgun_api::api::EmailParams;
use dotenv::dotenv;
use std::env;
// Inside of you tokio implementation
dotenv().ok();
let mailgun_secret = env::var("MAILGUN_SECRET").expect("MAILGUN_SECRET must be set");
let mailgun
Copy
mailgun_api = "0.2"
reqwest = {version = "0.10", features = ["json"]}
serde = { version = "1.0", features = ["derive"]}
serde_derive = "1.0"
serde_json = "1.0"
tokio = { version = "0.2", features = ["macros"]}
Copy
MAILGUN_DOMAIN=[YOUR DOMAIN]
MAILGUN_SECRET=[YOUR MAILGUN API SECRET]
MAILGUN_ENDPOINT=[MAILGUN ENDPOINT] // There is two endpoint currently: api.mailgun.net and api.eu.mailgun.net
EMAIL_RECEIVER_TEST=[EMAIL RECEIVER TEST]
EMAIL_FROM=[SENDER TEST]
Community Discussions
No Community Discussions are available at this moment for mailgun_api.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mailgun_api
Add the next dependencies in the Cargo.toml file of the project:
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page