laravel-mailjet | Laravel package for Mailjet API V3 | Email library

 by   mailjet PHP Version: 3.0.0 License: MIT

kandi X-RAY | laravel-mailjet Summary

kandi X-RAY | laravel-mailjet Summary

laravel-mailjet is a PHP library typically used in Messaging, Email applications. laravel-mailjet has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Laravel package for handling Mailjet API v3 using this wrapper: It also provides a mailjetTransport for Laravel mail feature.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              laravel-mailjet has a low active ecosystem.
              It has 60 star(s) with 90 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 28 have been closed. On average issues are closed in 181 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of laravel-mailjet is 3.0.0

            kandi-Quality Quality

              laravel-mailjet has 0 bugs and 0 code smells.

            kandi-Security Security

              laravel-mailjet has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              laravel-mailjet code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              laravel-mailjet 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

              laravel-mailjet releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              laravel-mailjet saves you 1078 person hours of effort in developing the same functionality from scratch.
              It has 2442 lines of code, 270 functions and 63 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            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 laravel-mailjet
            Get all kandi verified functions for this library.

            laravel-mailjet Key Features

            No Key Features are available at this moment for laravel-mailjet.

            laravel-mailjet Examples and Code Snippets

            Laravel Mailjet,Full configuration
            PHPdot img1Lines of Code : 31dot img1License : Permissive (MIT)
            copy iconCopy
            'mailjet' => [
                'key' => env('MAILJET_APIKEY'),
                'secret' => env('MAILJET_APISECRET'),
                'transactional' => [
                    'call' => true,
                    'options' => [
                        'url' => 'api.mailjet.com',
                        'version' =&  
            Laravel Mailjet,Installation
            PHPdot img2Lines of Code : 20dot img2License : Permissive (MIT)
            copy iconCopy
            composer require mailjet/laravel-mailjet
            
            'providers' => [
                ...
                Mailjet\LaravelMailjet\MailjetServiceProvider::class,
                Mailjet\LaravelMailjet\MailjetMailServiceProvider::class,
                ...
            ]
            
            'aliases' => [
                ...
                'Mailjet' => Mai  
            Laravel Mailjet,Usage
            PHPdot img3Lines of Code : 11dot img3License : Permissive (MIT)
            copy iconCopy
            use Mailjet\LaravelMailjet\Facades\Mailjet;
            
            'providers' => [
                ...
                \Mailjet\LaravelMailjet\Providers\ContactsServiceProvider::class,
                ...
            ]
            
            public function handle(ContactsV4Service $contactsV4Service)
            {
                $response = $contactsV4Servic  

            Community Discussions

            Trending Discussions on laravel-mailjet

            QUESTION

            Sending mail using Mailjet smtp in laravel 8
            Asked 2021-Sep-08 at 08:20

            I need to send a few mails with my laravel application, and they are not really personalized. I've used the markdown mail system in laravel, and everything was smooth for the tests. I had mailtrap setup to catch all the mails, no problems.

            Now I have to use mailjet to send mails - not to create emails and everything, just to have an adress to send them and a way to know where they did go. I've installed the laravel-mailjet package, I've done everything in the doc (except the last part, my mails already work), but no luck, nothing works. I don't have any error in the logs, I don't have any error when the mail is supposed to be thrown, it just kinda don't try to send the mail at all. I've tried on local and prod (I was thinking that maybe it was because of the dns), everything is perfectly setup between my dns and mailjet, but I can't launch any mail and google is no help on this one.

            .env

            ...

            ANSWER

            Answered 2021-Sep-08 at 08:20

            Ok, found my problem. The whole setup was good, it was in the Mailable class that I was missing something; the mail used to send the confirmation wasn't register in Mailjet. Just a modification in the ->from(email) in the class and everything works now.

            It's just weird that I couldn't get any error message that could give me clue on what was going on, no error in logs and no error on Mailjet.

            Source https://stackoverflow.com/questions/69041144

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

            Vulnerabilities

            No vulnerabilities reported

            Install laravel-mailjet

            First, include the package in your dependencies:. Then, you need to add some informations in your configuration files. You can find your Mailjet API key/secret here. Please also set your email from address and name.
            In the providers array:
            In the aliases array:
            In the services.php file:
            In your .env file:

            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

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Email Libraries

            PHPMailer

            by PHPMailer

            nodemailer

            by nodemailer

            mjml

            by mjmlio

            Mailspring

            by Foundry376

            postal

            by postalserver

            Try Top Libraries by mailjet

            mailjet-apiv3-php

            by mailjetPHP

            mailjet-apiv3-nodejs

            by mailjetTypeScript

            mailjet-gem

            by mailjetRuby

            mailjet-apiv3-go

            by mailjetGo

            mailjet-apiv3-java

            by mailjetJava