[horde] Question regarding sending an email
Mike Poznecki
poz_sa at yahoo.com
Thu Dec 7 13:30:04 UTC 2017
On Thursday, December 7, 2017, 5:44:21 AM CST, Jan Schneider <jan at horde.org> wrote:
Zitat von SZÉPE Viktor <viktor at szepe.net>:
> Idézem/Quoting Mike Poznecki <poz_sa at yahoo.com>:
>
>> Hi, I have written a new transport for my email client. I am
>> having a hard time figuring out how to send some new information
>> that I capture on the Compose window to my Transporter.
>> Does anyone have a map of what all files are used when launching
>> the email composer? And a map of the flow after the user clicks
>> "Send"?
>> It is very hard to follow all the pages that are used.
>> So far it seems that after the user clicks "Send",
>> /php/Horde/Core/Factory/Mail.php is called.Then,
>> /php/Horde/Mime/Part.php is called.
>> I'm really just trying to send another form field (from
>> compose.html.php) to be sent all the way to my
>> Horde_Mail_Transport_Mysmtp file.
>
> Try registering a shutdown function and:
>
> foreach ( get_included_files() as $i => $path ) {
>
>
>
> SZÉPE Viktor, honlap üzemeltetés
> https://github.com/szepeviktor/debian-server-tools/blob/master/CV.md
> --
> +36-20-4242498 sms at szepe.net skype: szepe.viktor
> Budapest, III. kerület
Xdebug's function traces would be of more help:
https://xdebug.org/docs/execution_trace
--
Jan Schneider
The Horde Project
https://www.horde.org/
Thanks Jan,Xdebug only works on PHP 5.5 and higher. At work here I am only on PHP 5.3.3Isn't there someone that has worked/wrote this code that can provide a mapping of the program flow?If not, is there another option?-Michael
More information about the horde
mailing list