Skip to content

Creates a link to the webmail inbox based on email address.

License

Notifications You must be signed in to change notification settings

BlueBayTravel/LinkToInbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link To Inbox

Creates a link to the webmail inbox based on email address.

$linkToInbox = new LinkToInbox();
$link = $linkToInbox->createLink('test@live.com', [
    'subject' => 'Welcome to Acme Service',
    'sender'  => 'hello@acme-service.com',
], true);

With custom text:

$linkToInbox = new LinkToInbox();
$link = $linkToInbox->createLink('test@live.com', [
    'subject' => 'Welcome to Acme Service',
    'sender'  => 'hello@acme-service.com',
], true, 'View in %s');

Installation

Require this package, with Composer, in the root directory of your project.

composer require bluebaytravel/link-to-inbox

License

LinkToInbox is licensed under The MIT License (MIT).

About

Creates a link to the webmail inbox based on email address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages