• Sending email in baja

    From Richard Brumpton to All on Wed Sep 4 03:30:34 2002
    Is there a way to send an email to a set address using baja?
    I have tried the following and it don't work. any ideas?

    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it
    Merlin
  • From Digital Man to Richard Brumpton on Wed Sep 4 14:48:00 2002
    Re: Sending email in baja
    By: Richard Brumpton to All on Wed Sep 04 2002 03:30 am

    Is there a way to send an email to a set address using baja?
    I have tried the following and it don't work. any ideas?

    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it

    Yes, use MAIL_SEND instead.

    digital man
  • From Frozen Fire@IMATRIX to Richard Brumpton on Wed Sep 4 14:16:00 2002
    Re: Sending email in baja
    By: Richard Brumpton to All on Wed Sep 04 2002 03:30 am

    Is there a way to send an email to a set address using baja?
    I have tried the following and it don't work. any ideas?

    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it
    Merlin

    I'd try "ungetstr"



    ≈ ╒ Γ ò z É ∩ ƒ ì Γ ε ≈




    ---
    ■ Synchronet ■ The Impact Matrix - impactmatrix.darktech.org
  • From Merlin@CARSO to Digital Man on Thu Sep 5 00:57:00 2002
    Re: Sending email in baja
    By: Digital Man to Richard Brumpton on Wed Sep 04 2002 02:48 pm


    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it

    Thanks, I did a COPY str email
    mail_send and its working!

    Cheers
    Merlin ---------------------------------------------------------------------------
    Merlin - Sysop of CarSo BBs - telnet://carso.darktech.org ---------------------------------------------------------------------------


    ---
    ■ Synchronet ■ CarSo BBs ■ Beverley, UK ■ telnet://carso.darktech.org
  • From Frozen Fire@IMATRIX to Digital Man on Thu Sep 5 02:56:00 2002
    Re: Sending email in baja
    By: Digital Man to Richard Brumpton on Wed Sep 04 2002 02:48 pm

    Re: Sending email in baja
    By: Richard Brumpton to All on Wed Sep 04 2002 03:30 am

    Is there a way to send an email to a set address using baja?
    I have tried the following and it don't work. any ideas?

    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it

    Yes, use MAIL_SEND instead.

    digital man

    Are they the same function, only one showing a different text string when loaded?



    ≈ ╒ Γ ò z É ∩ ƒ ì Γ ε ≈




    ---
    ■ Synchronet ■ The Impact Matrix - impactmatrix.darktech.org
  • From Digital Man to Frozen Fire on Thu Sep 5 14:28:45 2002
    Re: Sending email in baja
    By: Frozen Fire to Digital Man on Thu Sep 05 2002 02:56 am

    Is there a way to send an email to a set address using baja?
    I have tried the following and it don't work. any ideas?

    setstr "emailthispaerson@domain.com"
    send_mail_netmail

    Is there any way to do it

    Yes, use MAIL_SEND instead.

    digital man

    Are they the same function, only one showing a different text string when loaded?

    No. MAIL_SEND uses the current "str" variable for the recipient address.

    digital man