SendMail ?
Hi Phillipe,
What you want is SMTPost! This can be found in INET-Utils on Aminet. SendMail
is an environmental variable that points to SMTPpost and it's associated
arguments. I believe you are trying to get mailto: on AMosaic working? Here is
one way…well 2 ways! 🙂
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 *actually SENDS the
mailto SMTPSmarterHost e2.empirenet.com *this is my POP
provider SMTPSpoolDir ram:T *directory AM writes
to NNTPPASSWORD <your_password> *allows reading of news
NNTPServer news.empirenet.com *allows reading of news
NNTPUSERID <your_user_ID>
This works for me. Optionally, you can create a script that will do the same
thing. The script can be executed right before using AMosaic thus saving on
some memory fragmenting.
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