2017 © Pedro Peláez
 

symfony-bundle postmark-bundle

postmark bundle

image

tuxone/postmark-bundle

postmark bundle

  • Wednesday, October 23, 2013
  • by cyberalex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PostmarkBundle

Symfony2 bundle forked from https://github.com/miguel250/PostmarkBundle, (*1)

Addons

Fake Attachment Attach fake text files, (*2)

/**
     * Add fake attachment
     *
     * @param string $file
     * @param string $filename  null
     * @param string $mimeType  null
     * @return Message
     */
    public function addFakeAttachment($file, $filename, $mimeType)
    {

        $this->attachments[] = array(
            'Name'        => $filename,
            'Content'     => base64_encode($file),
            'ContentType' => $mimeType
        );

        return $this;
    }

Usage

Message Service php get('postmark.message'); $message->addTo('test@gmail.com', 'Test Test'); $message->setSubject('subject'); $message->setHTMLMessage('email body'); $message->addFakeAttachment('Hello world', 'filename.txt', 'text/plain'); $response = $message->send(); ?>, (*3)

The Versions

23/10 2013

dev-master

9999999-dev http://alessandroloffredo.com

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark

12/09 2013

v0.0.6

0.0.6.0 http://www.mlpz.mp

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark

23/03 2013

v0.0.5

0.0.5.0 http://www.mlpz.mp

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark

15/03 2013

v0.0.4

0.0.4.0 http://www.mlpz.mp

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark

23/02 2013

v0.0.3

0.0.3.0 http://www.mlpz.mp

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark

31/01 2013

v0.0.2

0.0.2.0 http://www.mlpz.mp

postmark bundle

  Sources   Download

MIT

The Requires

 

by Miguel Perez

api mailer postmark