PHPackages                             knowproinsighter/sendingmails - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. knowproinsighter/sendingmails

ActiveLibrary

knowproinsighter/sendingmails
=============================

You send welcome mail to your user using this package!

v1.0.1(4y ago)08MITPHP

Since Jan 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CodeSmashergit/Sendingmails)[ Packagist](https://packagist.org/packages/knowproinsighter/sendingmails)[ RSS](/packages/knowproinsighter-sendingmails/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Sending Mails Package
=====================

[](#sending-mails-package)

#### You can download it via run this command on your terminal

[](#you-can-download-it-via-run-this-command-on-your-terminal)

```
composer require knowproinsighter/sendingmails

```

It is has some dependencies you can follow the below steps to use this package in your project:

1. First of all run the below command it will create **App\\Mail\\SendMailToUser.php** file.

```
php artisan make:mail SendMailToUser

```

2. then return the following code inside **build** method of SendMailToUser.php.

```
return $this->subject('Congrats, You have successfully registered!')->view('sendingmails::email');

```

**EDIT**:- You can write your own message inside subject as well...

3. Edit Your **.env** file

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=...... //Fill your username
MAIL_PASSWORD=......// Fill your password
MAIL_ENCRYPTION=tls

```

4. Edit your default sender details inside **Config\\mail.php**

```
'from' => [
  'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
  'name' => env('MAIL_FROM_NAME', 'Example'),
],

```

Now, Package is all setup you can send mail by hiting the URL

```
localhost:8000/sendmail

```

Feel free to raise your issue if you found any wierd..

**Thank you**

*Enjoy Surffing*

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1605ac8635af0656fd37400050e6903c55d7260499990babdf50b738621a3594?d=identicon)[CodeSmashergit](/maintainers/CodeSmashergit)

---

Top Contributors

[![CodeSmashergit](https://avatars.githubusercontent.com/u/62208530?v=4)](https://github.com/CodeSmashergit "CodeSmashergit (4 commits)")

### Embed Badge

![Health badge](/badges/knowproinsighter-sendingmails/health.svg)

```
[![Health](https://phpackages.com/badges/knowproinsighter-sendingmails/health.svg)](https://phpackages.com/packages/knowproinsighter-sendingmails)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
