Skip to content

Commit

Permalink
Merge branch 'removing-alpha-mail'
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGELOG.md
  • Loading branch information
Jurian Sluiman committed Jun 12, 2014
2 parents 200b3ef + f0ca542 commit a017e39
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 939 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
`sendTemplate` methods.
- `getScheduledMessages`, `cancelScheduledMessage` and `rescheduleMessage` methods have been also added to the
Mandrill service to handle those messages.
- AlphaMail is dead and no longer operates. It is therefore removed from SlmMail.

## 1.4.1

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ or MailJet) are out-of-the scope of this module.

Here are the currently supported services:

* [AlphaMail](http://www.amail.io) (complete)
* [Amazon SES](http://aws.amazon.com/ses) (nearly complete, [attachments are missing](https://github.com/juriansluiman/SlmMail/issues/44))
* [Elastic Email](http://elasticemail.com) (complete)
* [Mailgun](http://www.mailgun.com) (complete)
Expand Down Expand Up @@ -75,7 +74,6 @@ Documentation

Documentation for SlmMail is splitted for each provider:

* [AlphaMail](/docs/AlphaMail.md)
* [Amazon SES](/docs/Ses.md)
* [Elastic Email](/docs/ElasticEmail.md)
* [Mailgun](/docs/Mailgun.md)
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"keywords": [
"zf2",
"email",
"alpha mail",
"alphamail",
"elastic email",
"elasticemail",
"mailgun",
Expand Down
2 changes: 0 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
/**
* Transport
*/
'SlmMail\Mail\Transport\AlphaMailTransport' => 'SlmMail\Factory\AlphaMailTransportFactory',
'SlmMail\Mail\Transport\ElasticEmailTransport' => 'SlmMail\Factory\ElasticEmailTransportFactory',
'SlmMail\Mail\Transport\MailgunTransport' => 'SlmMail\Factory\MailgunTransportFactory',
'SlmMail\Mail\Transport\MandrillTransport' => 'SlmMail\Factory\MandrillTransportFactory',
Expand All @@ -56,7 +55,6 @@
/**
* Services
*/
'SlmMail\Service\AlphaMailService' => 'SlmMail\Factory\AlphaMailServiceFactory',
'SlmMail\Service\ElasticEmailService' => 'SlmMail\Factory\ElasticEmailServiceFactory',
'SlmMail\Service\MailgunService' => 'SlmMail\Factory\MailgunServiceFactory',
'SlmMail\Service\MandrillService' => 'SlmMail\Factory\MandrillServiceFactory',
Expand Down
12 changes: 0 additions & 12 deletions config/slm_mail.alpha_mail.local.php.dist

This file was deleted.

107 changes: 0 additions & 107 deletions docs/AlphaMail.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/Pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ prices appear to be outdated, please create an issue!

Provider | Price | Example with 100 000 emails/month |
------------ | ----- | ---------------------------------
Alpha Mail | up to 6 000 emails/month: free, up to 40 000 emails/month: 9.49 $/month, up to 100 000 emails/month: 79.49$/month, 199.49 $/month, up to 700 000 emails/month: 399.49$/month | 79.49 $ / month
Amazon SES | 2 000 messages/day for free, then 0.10$ for 1000 | 4 $ / month
Elastic Mail | depends on what you send AND your reputation accross time | between 95$ and 50$ / month
Mailgun | five plans depending on a minimum required per month. Free plan: 200 mails / day ; standard plan: 1$ for 1000, minimum of 19$ per month required ; express plan: 0.50$ per 1000, minimum of 59$ per month required ; priority plan: 0.40$ per 1000, minimum of 199$ per month required ; first-class plan: 0.10$ per 1000, minimum of 499$ per month required | 10$ / month with the first-class plan or 40$ / month with the priority plan
Expand Down
71 changes: 0 additions & 71 deletions src/SlmMail/Factory/AlphaMailServiceFactory.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/SlmMail/Factory/AlphaMailTransportFactory.php

This file was deleted.

Loading

0 comments on commit a017e39

Please sign in to comment.