Use Postmark within your Pharo application (requires Zinc >=1.4) See wiki for installation. More info on: http://articles.tulipemoutarde.be/send-email-from-pharo-with-postmark
| Creator: | Francois Stephany |
| Admin: | Francois Stephany |
MCHttpRepository
location: 'http://ss3.gemstone.com/ss/postmark'
user: ''
password: ''
Gofer new
repository: 'http://ss3.gemstone.com/ss/postmark';
package: 'ConfigurationOfPostMark';
package: 'PostMark-Core';
package: 'PostMark-Tests';
load
(Installer url: 'http://ss3.gemstone.com/ss/')
project: 'postmark';
install: 'ConfigurationOfPostMark';
install: 'PostMark-Core';
install: 'PostMark-Tests'
| Global: | Read |