Skip to content

Commit 14c0727

Browse files
committed
Update README.md and remove tags from composer.json
1 parent 6bf5353 commit 14c0727

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![run-tests](https://github.com/inlinestudio/laravel-api-mailer-connectors/actions/workflows/run-tests.yml/badge.svg)](https://github.com/inlinestudio/laravel-api-mailer-connectors/actions/workflows/run-tests.yml)
22
[![codecov](https://codecov.io/gh/inlinestudio/laravel-api-mailer-connectors/branch/main/graph/badge.svg?token=CytArLiyWH)](https://codecov.io/gh/inlinestudio/laravel-api-mailer-connectors)
3-
# Laravel Microsoft Graph Mail driver - Mail Driver for Office365 and (soon) Google
3+
# Laravel API Mail driver - Mail Driver for Office365 and (soon) Google
44

55

66
Mail driver for the [Laravel framework](https://laravel.com/) to send emails using Microsoft Graph without user authentication and SMTP. Only specify the E-Mail-Address in the FROM-Header of the E-Mail and this package will send the email trough the providers API and put the sent E-Mail in the sender's Mailbox sent folder.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"name": "inlinestudio/mailconnectors",
33
"description": "A library with connectors for api based email sending on Google and O365",
44
"keywords": [
5-
"filament",
65
"laravel",
7-
"ticketing",
8-
"library"
6+
"mail",
7+
"library",
98
],
109
"homepage": "https://github.com/inlinestudio/laravel-api-mailer-connectors",
1110
"license": "MIT",

0 commit comments

Comments
 (0)