2017 © Pedro Peláez
 

library smtp-mail

n/a

image

fond-of-spryker/smtp-mail

n/a

  • Wednesday, April 11, 2018
  • by daniel-rose
  • Repository
  • 2 Watchers
  • 0 Stars
  • 381 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 81 % Grown

The README.md

fond-of-spryker/smtp-mail

PHP from Travis config license, (*1)

Extends the default Spryker mail module with smtp functionality., (*2)

Install

composer require fond-of-spryker/smtp-mail

1. Extend MailDependencyProvider

Open your MailDependencyProvider, mostly stored in Pyz\Zed\Mail. Extend your MailDependency with the FondOfSprykerMailDependencyProvider instaead the SprykerMailDependency., (*3)

class MailDependencyProvider extends FondOfSprykerMailDependencyProvider

2. Set Configuration

Set the following variables to your ConfigFile like config_default_whatever.php, (*4)

$config[MailConfigConstants::MAILER_SMTP_HOST] = 'localhost';
$config[MailConfigConstants::MAILER_SMTP_PORT] = 25;
$config[MailConfigConstants::MAILER_SMTP_USER] = 'JohnDoe';
$config[MailConfigConstants::MAILER_SMTP_PASSWORD] = 'password';

You can extend the configuration by yourself. Take a look into FondOfSpryker\Zed\SmtpMail\MailDependencyProvider, (*5)

The Versions

11/04 2018

dev-master

9999999-dev

n/a

  Sources   Download

MIT

The Requires

  • php >=7.1
  • spryker/mail ^4.0.0
  • spryker/glossary ^3.0.0
  • spryker/zed-request ^3.0.0

 

The Development Requires

by Pascal Fischer

11/04 2018

1.0.0-RC1

1.0.0.0-RC1

n/a

  Sources   Download

MIT

The Requires

  • php >=7.1
  • spryker/mail ^4.0.0
  • spryker/glossary ^3.0.0
  • spryker/zed-request ^3.0.0

 

The Development Requires

by Pascal Fischer