#SendMail ?
Phillipe,
My apologies for my "unformatted" previous post!! I keep forgetting..:-)
Here is how I got mailto to work by creating environmental variables. You must
have SMTPpost from INet_Utils in your AmiTCP:bin/……….
In ENVARC: create the following with an ascii text editor………………
ENVARC: Variable NAME Actual text entry MY COMMENTS
——————— —————— ———————
EDITOR dh0:textra *your ascii editor
SENDMAIL amitcp:bin/smtppost *get from inet-utils
NODENAME empirenet *this is my provider
DOMAINNAME empirenet.com
SMTPMailDir ram:T *directory AM writes to
SMTPPOST amitcp:bin/smtppost *this is the key!
SMTPSmarterHost e2.empirenet.com *this is my POP provider
SMTPSpoolDir ram:T *directory AM writes to
NNTPPASSWORD <your_password>
NNTPServer news.empirenet.com *allows reading news with AM
NNTPUSERID <your_user_ID>
This works for me. Optionally, you can create a script that will do the same
thing..eg. Execute the script right before using your Internet logon.
setenv NodeName empirenet
setenv DomainName empirenet.com
setenv NNTPServer news.empirenet.com
setenv SMTPSpoolDir ram:T
setenv SMTPSmarterHost e2.empirenet.com
setenv SMTPMailDir ram:T
setenv NNTPUSERID <your_ID>
setenv NNTPPASSWORD <you_password
setenv SMTPPOST amitcp:bin/SMTPpost
Hope this helps
Tom