PWB v2.10. I've tried using first Sendto.exe, and then tmail.exe but I keep getting the message that the Application is not specified in the pwb.ini file. However, I think it is!
[Files]
SendToApp=C:\SendTo\tmail.exe
or alternatively
SendToApp=C:\SendTo\sendto.exe
[Buttons]
Send=True
[MenuItems]
FileSend=True
FileSendFile=True
FileSendLink=True
Am I missing something in the pwb.ini file?
I've configured the registry mailto default both ways also..
Sendto or tmail app not working
Moderators: Tyler, Scott, PWB v2 Moderator
There was a change that was missing in PWB v2.10 documentation. The [Files]SendToApp= was change to the following in the PWB INI file.
[Files]
...
SendToAppLink=
SendToAppFile=
...
This was allowed to take advantage of using a command line argument in for the applications.
I apologize for any inconvenience this may have caused and I will make sure the documentation is change in the next release to avoid any further confusion.
--Scott
[Files]
...
SendToAppLink=
SendToAppFile=
...
This was allowed to take advantage of using a command line argument in for the applications.
I apologize for any inconvenience this may have caused and I will make sure the documentation is change in the next release to avoid any further confusion.
--Scott
sendto still broken..
I changed the pwb.ini [Files] section to read
SendToAppLink=C:\SendTo\sendto.exe
SendToAppFile=C:\SendTo\sendto.exe
but...it still isn't working. Other ideas?
SendToAppLink=C:\SendTo\sendto.exe
SendToAppFile=C:\SendTo\sendto.exe
but...it still isn't working. Other ideas?
Send a copy of your INI file to Support@TeamSoftwareSolutions.com and I will take a look at it.
--Scott
--Scott
SendTo
Got the SendTo working. (Reinstalled the v2.10.2) version. Evidently v2.10 was still giving me problems. However, the Sendto Link part is not copying in the link as I remember it should...
The ini entry under [Files]
SendToAppLink=c:\Sendto\Sendto.exe
Is there something else I need to configure?
The ini entry under [Files]
SendToAppLink=c:\Sendto\Sendto.exe
Is there something else I need to configure?
Download TMail from the Download page. TMail is a newer version of SendTo.
http://www.teamsoftwaresolutions.com/files/TMail.zip
In your INI file specify a command line argument.
SendToAppLink=C:\PWB\TMail.exe /Link=%1
SendToAppFile=C:\PWB\TMail.exe /File=%1
--Scott
http://www.teamsoftwaresolutions.com/files/TMail.zip
In your INI file specify a command line argument.
SendToAppLink=C:\PWB\TMail.exe /Link=%1
SendToAppFile=C:\PWB\TMail.exe /File=%1
--Scott
sendto link
Thanks, this works. The link is now included.