Sendto or tmail app not working

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
mbhamp
Participant
Participant
Posts: 13
Joined: Wed Jan 07, 2004 4:46 pm

Sendto or tmail app not working

Post by mbhamp »

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.. :roll:

Scott
Site Admin
Site Admin
Posts: 2536
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

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

mbhamp
Participant
Participant
Posts: 13
Joined: Wed Jan 07, 2004 4:46 pm

sendto still broken..

Post by mbhamp »

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?

Scott
Site Admin
Site Admin
Posts: 2536
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

Send a copy of your INI file to Support@TeamSoftwareSolutions.com and I will take a look at it.

--Scott

mbhamp
Participant
Participant
Posts: 13
Joined: Wed Jan 07, 2004 4:46 pm

SendTo

Post by mbhamp »

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?

Scott
Site Admin
Site Admin
Posts: 2536
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

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

mbhamp
Participant
Participant
Posts: 13
Joined: Wed Jan 07, 2004 4:46 pm

sendto link

Post by mbhamp »

Thanks, this works. The link is now included.

Post Reply