Copyright 2013-2017 Horde LLC (http://www.horde.org/) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Copyright: | 2013-2017 Horde LLC |
License: | http://www.horde.org/licenses/bsd New BSD License |
File Size: | 169 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Mail_Transport_Smtphorde:: (4 methods):
__construct()
__get()
send()
getSMTPObject()
Class: Horde_Mail_Transport_Smtphorde - X-Ref
SMTP implementation using Horde_Smtp.__construct(array $params = array() X-Ref |
Constructor. param: array $params Additional parameters: |
__get($name) X-Ref |
No description |
send($recipients, array $headers, $body) X-Ref |
No description |
getSMTPObject() X-Ref |
Connect to the SMTP server by instantiating a Horde_Smtp object. return: Horde_Smtp The SMTP object. |