Skip to content
Snippets Groups Projects
  • Thomas Müller's avatar
    a44f4173
    adding smtp detection · a44f4173
    Thomas Müller authored
    proper setup smtp parameters as taken from IspDb
    
    implement proper entity account
    
    TestMailAccount is now testing the method toJson()
    
    use account's smtp parameters to send emails
    
    adding manual account creation
    
    move saving of the account to the controller level
    a44f4173
    History
    adding smtp detection
    Thomas Müller authored
    proper setup smtp parameters as taken from IspDb
    
    implement proper entity account
    
    TestMailAccount is now testing the method toJson()
    
    use account's smtp parameters to send emails
    
    adding manual account creation
    
    move saving of the account to the controller level
This project manages its dependencies using Composer. Learn more
composer.json 1.13 KiB
{
	"repositories": [
		{
			"type": "pear",
			"url": "http://pear.horde.org"
		}
	],
    "require": {
        "php": ">=5.3.0",
        "pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Imap_Client": ">=2.14.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Mail": ">=2.1.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Mime": ">=2.1.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Nls": ">=2.0.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Stream": ">=1.0.0@stable,<=2.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Support": ">=2.0.5@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Text_Filter": ">=2.1.0@stable,<=3.0.0alpha1@stable",
        "pear-pear.horde.org/Horde_Text_Flowed": ">=2.0.0@stable,<=3.0.0alpha1@stable",
		"pear-pear.horde.org/Horde_Util": ">=2.2.0@stable,<=3.0.0alpha1@stable",
		"pear-pear.horde.org/Horde_Smtp": ">=1.5.0@stable,<=2.0.0alpha1@stable",
		"ezyang/htmlpurifier": "v4.6.0"
	}
}