Author |
|
shseidel Newbie
Joined: 31 May 2012
Online Status: Offline Posts: 1
|
Posted: 31 May 2012 at 12:31am | IP Logged
|
|
|
I'm using WebMail Lite (for testing purposes at the moment) within an IFRAME in my web app. Everythings working so far. What I want to know now is the following:
If a user is for example creating an invoice (it's a pdf-file) and want to send it via mail, is it possible (like pressing the forwarding button of an existing mail) to fill in the fields programmatically (To, Subject, Body) and of course attach the pdf-file? So the only thing the user has to do is to check the contents and pressing the Send-Button?
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 31 May 2012 at 1:30am | IP Logged
|
|
|
This can only be done to a certain extent. In JumpToWebMail method call, add "start" query string parameter set to 1,2,3 or 4 for Compose, Settings, Contacts and Calendar screen respectively. For Compose screen, adding "to" parameter would fill "To" field.
The rest will require you to modify the source code of WebMail itself, which is certainly allowed.
PS. Since not stated otherwise, I assume this is about PHP version of WebMail Lite.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|