Version Notes
You can now send emails from Magento through Postmark, which "helps deliver and track transactional emails for web applications".
For more info on Postmark, visit postmarkapp.com
Postmark is currently in beta.
The Postmark logo and name are trademarks of Wildbit, LLC.
You can now send emails from Magento through Postmark, which "helps deliver and track transactional emails for web applications".
For more info on Postmark, visit postmarkapp.com
Postmark is currently in beta.
The Postmark logo and name are trademarks of Wildbit, LLC.
Note:
1. If you receive an Access Denied error, go to Admin > System > Permissions > Roles, Click Administrators, then click save.
2. Bcc is not supported by Postmark, you must set all occurrences of 'Send Order Email Copy Method' to Seperate Email
Release Info
Developer | Magento Core Team |
Extension | Round3media_Postmark |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- app/code/{local → community}/Round3media/Postmark/Helper/Data.php +0 -0
- app/code/{local → community}/Round3media/Postmark/Model/Email.php +0 -0
- app/code/{local → community}/Round3media/Postmark/Model/Email/Template.php +0 -0
- app/code/{local → community}/Round3media/Postmark/etc/config.xml +0 -0
- app/code/{local → community}/Round3media/Postmark/etc/system.xml +0 -0
- app/etc/modules/Round3media_Postmark.xml +1 -1
- package.xml +3 -3
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -23,7 +23,7 @@
|
|
23 |
<modules>
|
24 |
<Round3media_Postmark>
|
25 |
<active>true</active>
|
26 |
-
<codePool>
|
27 |
</Round3media_Postmark>
|
28 |
</modules>
|
29 |
</config>
|
23 |
<modules>
|
24 |
<Round3media_Postmark>
|
25 |
<active>true</active>
|
26 |
+
<codePool>community</codePool>
|
27 |
</Round3media_Postmark>
|
28 |
</modules>
|
29 |
</config>
|
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Round3media_Postmark</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -49,8 +49,8 @@ The Postmark logo and name are trademarks of <a href="http://wildbit.com">
|
|
49 |
2. Bcc is not supported by Postmark, you must set all occurrences of 'Send Order Email Copy Method' to Seperate Email</notes>
|
50 |
<authors><author><name>Bob Brodie</name><user>auto-converted</user><email>robert@round3media.com</email></author></authors>
|
51 |
<date>2010-04-07</date>
|
52 |
-
<time>16:
|
53 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Round3media_Postmark.xml" hash="
|
54 |
<compatible/>
|
55 |
<dependencies/>
|
56 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Round3media_Postmark</name>
|
4 |
+
<version>1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
49 |
2. Bcc is not supported by Postmark, you must set all occurrences of 'Send Order Email Copy Method' to Seperate Email</notes>
|
50 |
<authors><author><name>Bob Brodie</name><user>auto-converted</user><email>robert@round3media.com</email></author></authors>
|
51 |
<date>2010-04-07</date>
|
52 |
+
<time>16:54:25</time>
|
53 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Round3media_Postmark.xml" hash="a872442abc8f8121b3a8ccb67c2a4fc3"/></dir></target><target name="magecommunity"><dir name="Round3media"><dir name="Postmark"><dir name="etc"><file name="config.xml" hash="80d53a2fa98e73c521f6ae13ebd8391f"/><file name="system.xml" hash="b2e098a97cb3a0e96e76e0b5777a15da"/></dir><dir name="Helper"><file name="Data.php" hash="8d4f9863d80e5ad6cca29330106e14c0"/></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="9ab0f26bc9d34d6d3676e8a86067d383"/></dir><file name="Email.php" hash="99c89c22bdaf0c4dc87c37f28e0fd9b5"/></dir></dir></dir></target></contents>
|
54 |
<compatible/>
|
55 |
<dependencies/>
|
56 |
</package>
|