• App or script to post echomail messages to smtp email

    From stizzed@21:4/156 to All on Wed Jan 22 14:43:05 2025
    Has anyone built an app, script, or other process to forward/send inbound echomail or netmail messages sent to a specific name (SysOp, or Stizzed for example) to an smtp email address?

    I want to be notified immediately (and smtp email is best for me) when my board gets an echo or netmail message to me.

    Id rather not try to do this myself.

    Thanks in advance!

    .\\ichael (a.k.a. StiZzed)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: The ROCK III - therockbbs.net - TELNET:10023 (21:4/156)
  • From opicron@21:3/126 to stizzed on Thu Jan 23 11:10:04 2025
    Has anyone built an app, script, or other process to forward/send inbound echomail or netmail messages sent to a specific name (SysOp, or Stizzed fo example) to an smtp email address?
    Going to follow this, it was on my todo list to write. I have the rJAM mod, which I can modify to send notifications. But if someone made it already it would be cool.

    I want to be notified immediately (and smtp email is best for me) when my gets an echo or netmail message to me.
    Yes, and I would like to allow users to receive notifications too, opt-in, when they have netmail or board mail. Not for FTN networks.

    oP!

    ... Ever have one of those millennia?

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From stizzed@21:4/156 to opicron on Thu Jan 23 07:11:00 2025
    On |1523 Jan 2025|08, |15opicron |08said the following...
    Going to follow this, it was on my todo list to write. I have the rJAM mod, which I can modify to send notifications. But if someone made it already it would be cool.

    We may need to do a collab! Ive not looked far but following my recent disconnect from fsxNet Ive found a real need to know whats going on with the board when im not in front of it. I have made some great changes already to monitor logs and external issues then send smtp mail via blat but getting to the message system will be a bit harder.

    .\\ichael (a.k.a. StiZzed)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: The ROCK III - therockbbs.net - TELNET:10023 (21:4/156)
  • From opicron@21:3/126 to stizzed on Thu Jan 23 13:06:12 2025
    We may need to do a collab! Ive not looked far but following my recent disconnect from fsxNet Ive found a real need to know whats going on with t board when im not in front of it. I have made some great changes already monitor logs and external issues then send smtp mail via blat but getting the message system will be a bit harder.

    Sounds good! Lets do it ^^.

    Im pushing all logs and errors to slack with the following script, you might like it. Also logs all output to the docker console shell on Synology. And it has a blacklist.txt which avoids spam of some output to slack.

    https://github.com/opicron/mysticbbs/blob/master/src/tailit.sh

    L8er,
    oP!

    ... Fraud(n): A telephone number starting with "1-900"

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From poindexter FORTRAN@21:4/122 to stizzed on Thu Jan 23 07:54:44 2025
    stizzed wrote to All <=-

    Has anyone built an app, script, or other process to forward/send
    inbound echomail or netmail messages sent to a specific name (SysOp, or Stizzed for example) to an smtp email address?

    Synchronet has a feature where email/netmail can be forwarded to your registered email address - maybe this could be something to put on
    g00r00's wish list?



    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (21:4/122)
  • From opicron@21:3/126 to poindexter FORTRAN on Thu Jan 23 21:28:43 2025
    Has anyone built an app, script, or other process to forward/send inbound echomail or netmail messages sent to a specific name (SysOp, Stizzed for example) to an smtp email address?

    Synchronet has a feature where email/netmail can be forwarded to your registered email address - maybe this could be something to put on g00r00's wish list?

    I would avoid sending the body of the message though. Just to get people to log back on to the board to see the actual message :).

    Would love to have some kind of sendmail Python function native in Mystic.

    oP!

    ... He's DEAD, Jim. Get his ears. - Spock

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From opicron@21:3/126 to stizzed on Sat Jan 25 12:27:02 2025
    We may need to do a collab! Ive not looked far but following my recent disconnect from fsxNet Ive found a real need to know whats going on with t board when im not in front of it. I have made some great changes already monitor logs and external issues then send smtp mail via blat but getting the message system will be a bit harder.

    I have made a working proof of concept, messages are retrieved, opted-in users are retrieved. All with lastscan and defined period timestamps.

    Im going to hook in onto the main menu with text output instead of email for further testing.

    oP!

    ... No wanna work. Wanna bang on keyboard. 

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From stizzed@21:4/156 to opicron on Sat Jan 25 09:12:08 2025
    On |1525 Jan 2025|08, |15opicron |08said the following...

    I have made a working proof of concept, messages are retrieved, opted-in users are retrieved. All with lastscan and defined period timestamps.

    Im going to hook in onto the main menu with text output instead of email for further testing.

    WOW! You're way ahead of me then! Perhaps you just needed a little nudge ;) Let me know if there is anything I can do to assist. I don't have alot of time right now but I'll do what I can!

    .\\ichael (a.k.a. StiZzed)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: The ROCK III - therockbbs.net - TELNET:10023 (21:4/156)
  • From opicron@21:3/126 to stizzed on Mon Jan 27 20:11:42 2025
    WOW! You're way ahead of me then! Perhaps you just needed a little nudge Let me know if there is anything I can do to assist. I don't have alot of right now but I'll do what I can!

    Ok, I finished the initial release. If you want to test it you can visit bbs.theforze.eu and use /N command on main menu.

    - First write yourself a mail in [Local - Private] section
    - Check your email address in main menu [Account] section
    - Use the /N command multiple times because it randomizes headers/footers

    The generated email supports dark-mode and is made to properly render ascii artwork with correct spacing (of spaces).

    Let me know how you like it ^^
    oP!

    ... Is this yours? Your dog left it on my lawn ...

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From stizzed@21:4/156 to opicron on Mon Jan 27 15:52:51 2025
    On |1527 Jan 2025|08, |15opicron |08said the following...

    Ok, I finished the initial release. If you want to test it you can visit bbs.theforze.eu and use /N command on main menu.

    - First write yourself a mail in [Local - Private] section
    - Check your email address in main menu [Account] section
    - Use the /N command multiple times because it randomizes headers/footers

    The generated email supports dark-mode and is made to properly render ascii artwork with correct spacing (of spaces).

    Let me know how you like it ^^
    oP!

    AweSOme! I'll test tonight!

    Thanks!

    .\\ichael (a.k.a. StiZzed)
    SysOp, The ROCK BBS III

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: The ROCK III - therockbbs.net - TELNET:10023 (21:4/156)
  • From opicron@21:3/126 to stizzed on Tue Jan 28 10:49:09 2025
    The generated email supports dark-mode and is made to properly render ascii artwork with correct spacing (of spaces).

    AweSOme! I'll test tonight!

    I see some mails being send, thanks for testing ^^.

    Is this what you envisioned?

    oP!

    ... Where you stand depends on where you sit.

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From opicron@21:3/126 to stizzed on Tue Jan 28 14:27:06 2025
    AweSOme! I'll test tonight!

    I made a mistake sorry, NOW its working :)

    oP!

    ... Ensign Walnut approaches Dr. Crusher with caution.

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From stizzed@21:4/156 to opicron on Tue Jan 28 20:53:46 2025
    On |1528 Jan 2025|08, |15opicron |08said the following...

    AweSOme! I'll test tonight!

    I made a mistake sorry, NOW its working :)

    oP!

    Works GREAT!!!
    It is exactly what I am looking for.
    I left you a pm on your board.

    Thanks!!!

    .\\ichael (a.k.a. StiZzed)
    SysOp, The ROCK BBS III

    ... Computers are not intelligent. They only think they are.

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: The ROCK III - therockbbs.net - TELNET:10023 (21:4/156)