I'm trying to send an email using Eudora from within a FoxPro DOS application.
Using the following command line in a .bat file, Eudora starts up, setups the email, and waits for a manual release to send:
C:\Progra~1\Qualcomm\Eudora\Eudora.exe
mailto:xxxx@yyyyyyy.zzz?subject=EUDORA
test^&body=Body of Email.
@exit
I need for it to send without a delay and without opening Eudora. Using a pre-dated send time command code may prevent the delay.
Also, how can an attachment be attached to the email?
Is there a list of the DOS command switches available?
Thank you very much for your support.
Using the following command line in a .bat file, Eudora starts up, setups the email, and waits for a manual release to send:
C:\Progra~1\Qualcomm\Eudora\Eudora.exe
mailto:xxxx@yyyyyyy.zzz?subject=EUDORA
test^&body=Body of Email.
@exit
I need for it to send without a delay and without opening Eudora. Using a pre-dated send time command code may prevent the delay.
Also, how can an attachment be attached to the email?
Is there a list of the DOS command switches available?
Thank you very much for your support.