cuonggt/laravel-sendgrid-notification-channel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cuonggt/laravel-sendgrid-notification-channel

Composer 安装命令:

composer require cuonggt/laravel-sendgrid-notification-channel

包简介

SendGrid Notification Channel for Laravel.

README 文档

README

Prerequisites

SendGrid supports sending emails using it's pre-defined templates to format mail messsages. Before you can send SendGrid Mail notifications, you need to install the notification channel via Composer:

cuonggt/laravel-sendgrid-notification-channel

Next, you will need to add a few configuration options to your config/services.php configuration file. You may copy the example configuration below to get started:

'sendgrid' => [
    'api_key' => env('SENDGRID_API_KEY'),
],

Formatting SendGrid Mail Notifications

You should define a toSendGrid method on the notification class. This method will receive a $notifiable entity and should return a Illuminate\Notifications\Messages\SendGridMessage instance:

/**
 * Get the SendGrid representation of the notification.
 *
 * @param  mixed  $notifiable
 * @return SendGridMessage
 */
public function toSendGrid($notifiable)
{
    return (new SendGridMessage('Your SendGrid template ID'))
                ->from('test@example.com', 'Example User')
                ->to('test+test1@example.com', 'Example User1');
}

统计信息

  • 总下载量: 2.65k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固