Version Notes
Support all configuration types available in Zend_Mail.
http://framework.zend.com/manual/current/en/modules/zend.mail.smtp.options.html
Download this release
Release Info
Developer | Kalpesh Balar |
Extension | Ralab_SMTP |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +22 -10
package.xml
CHANGED
@@ -1,25 +1,37 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ralab_SMTP</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Simple SMTP is the an open source magento extension to Authenticate with any SMTP Server.</summary>
|
10 |
-
<description>Simple SMTP
|
11 |

|
12 |
-
|
13 |

|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |

|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |

|
19 |
-
|
20 |
<authors><author><name>Kalpesh Balar</name><user>kalpeshbalar</user><email>kalpeshbalar@gmail.com</email></author></authors>
|
21 |
-
<date>2015-03-
|
22 |
-
<time>12:
|
23 |
<contents><target name="magecommunity"><dir name="Ralab"><dir name="Smtp"><dir name="Helper"><file name="Data.php" hash="efd398dda5a9608bde45b8de7ea8e1d7"/></dir><dir name="Model"><dir name="Email"><file name="Queue.php" hash="e47a8d070ae046d03185a89d75ffacc8"/><file name="Template.php" hash="e367f3eb54075118c28553ea8c41b25b"/></dir><file name="Email.php" hash="7972de4c6d5fc6ebc5710482d67f3a93"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Smtp"><file name="Authentication.php" hash="0216b4b20765b19051bf230096844983"/><file name="Ssl.php" hash="ed970cfb4d2c7064dbb9af15dccbccbf"/></dir></dir></dir></dir><file name="Template.php" hash="b8c04542b809acce613c212920bc03f8"/></dir><dir name="etc"><file name="config.xml" hash="842ba63ab476f868a27840a119146017"/><file name="system.xml" hash="f4e2a49d72360d9673fef9c904c87b82"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ralab_Smtp.xml" hash="27509e8466b39932208a7fffc0e1dbeb"/></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ralab_SMTP</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Simple SMTP is the an open source magento extension to Authenticate with any SMTP Server.</summary>
|
10 |
+
<description>Simple SMTP is the free and easy to use solution for Magento which gives merchants a complete control of custom SMTP server settings.
|
11 |

|
12 |
+
Features at a glance:
|
13 |

|
14 |
+
Custom SMTP server support
|
15 |
+
Authentication methods from None, Login, Plain or CRAM-MD5
|
16 |
+
Configurable host and port
|
17 |
+
SSL/TLS Support
|
18 |
+
Developer Friendly
|
19 |
+

|
20 |
+
With Simple SMTP you can send emails with any custom SMTP server, AWS Simple Email Service, Sendgrid and GMail or Google Apps account.
|
21 |
+

|
22 |
+
For SMTP you can specify authentication methods from None, Login, Plain or CRAM-MD5. You can configure secure connection with SSL or TLS, or disable secure connections completely. 
|
23 |

|
24 |
+
You can define the host and port too. With this extension you can set up a return path too.
|
25 |
+

|
26 |
+
If you have any questions or feedback, please let me know on kalpeshbalar@gmail.com</description>
|
27 |
+
<notes>Support all configuration types available in Zend_Mail.
|
28 |
+

|
29 |
+
http://framework.zend.com/manual/current/en/modules/zend.mail.smtp.options.html
|
30 |

|
31 |
+
</notes>
|
32 |
<authors><author><name>Kalpesh Balar</name><user>kalpeshbalar</user><email>kalpeshbalar@gmail.com</email></author></authors>
|
33 |
+
<date>2015-03-22</date>
|
34 |
+
<time>12:55:36</time>
|
35 |
<contents><target name="magecommunity"><dir name="Ralab"><dir name="Smtp"><dir name="Helper"><file name="Data.php" hash="efd398dda5a9608bde45b8de7ea8e1d7"/></dir><dir name="Model"><dir name="Email"><file name="Queue.php" hash="e47a8d070ae046d03185a89d75ffacc8"/><file name="Template.php" hash="e367f3eb54075118c28553ea8c41b25b"/></dir><file name="Email.php" hash="7972de4c6d5fc6ebc5710482d67f3a93"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Smtp"><file name="Authentication.php" hash="0216b4b20765b19051bf230096844983"/><file name="Ssl.php" hash="ed970cfb4d2c7064dbb9af15dccbccbf"/></dir></dir></dir></dir><file name="Template.php" hash="b8c04542b809acce613c212920bc03f8"/></dir><dir name="etc"><file name="config.xml" hash="842ba63ab476f868a27840a119146017"/><file name="system.xml" hash="f4e2a49d72360d9673fef9c904c87b82"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ralab_Smtp.xml" hash="27509e8466b39932208a7fffc0e1dbeb"/></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|