Author Topic: email from QB64  (Read 4466 times)

0 Members and 1 Guest are viewing this topic.

Offline Juanjogomez

  • Forum Regular
  • Posts: 117
    • View Profile
email from QB64
« on: November 25, 2020, 06:06:38 am »
Hi
Could an email be sent from Qb64? If possible from a gmail account and attaching a file.
Thanks

FellippeHeitor

  • Guest
Re: email from QB64
« Reply #1 on: November 25, 2020, 09:02:38 am »

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
    • View Profile
Re: email from QB64
« Reply #2 on: November 25, 2020, 09:29:48 am »
If you don't mind using SHELL, the 'sendmail' command/app is the standard for sending any kind of email which ever way

Offline Juanjogomez

  • Forum Regular
  • Posts: 117
    • View Profile
Re: email from QB64
« Reply #3 on: November 25, 2020, 01:41:23 pm »
Thank you. I had not seen it. I will try both methods

Offline Kernelpanic

  • Newbie
  • Posts: 94
    • View Profile
Re: email from QB64
« Reply #4 on: November 25, 2020, 06:52:12 pm »
I have test it six hours ago - and it is received?

Code: QB64: [Select]
  1. a$ = a$ + "Please reply to let me know if this works!" + crlf$ ' message
  2. a$ = a$ + "Thanks for developing QB64!" + crlf$
  3.  
Mark Twain
"Als wir das Ziel endgültig aus den Augen verloren hatten, verdoppelten wir unsere Anstrengungen."
„Having lost sight of our goals, we redoubled our efforts.“

Offline Juanjogomez

  • Forum Regular
  • Posts: 117
    • View Profile
Re: email from QB64
« Reply #5 on: November 26, 2020, 03:53:52 am »
Hi,

I have just tried it in the two ways they have told me, as much as FellippeHeitor told me and _Vince told me, and I have not been able to make it work. I am using gmail. Could you tell me an exact example that works with gmail (I don't know if that's the problem)?
It tells me authentication failure.

FellippeHeitor

  • Guest
Re: email from QB64
« Reply #6 on: November 26, 2020, 06:05:07 am »
You will probably not have luck with gmail's servers, due to security layers.

Offline mpgcan

  • Newbie
  • Posts: 26
    • View Profile
Re: email from QB64
« Reply #7 on: November 26, 2020, 06:35:49 am »
A solution can be found in the following post:

 https://www.qb64.org/forum/index.php?topic=2352.0

All the best

Offline Juanjogomez

  • Forum Regular
  • Posts: 117
    • View Profile
Re: email from QB64
« Reply #8 on: November 26, 2020, 01:52:23 pm »
Thanks. I'll keep trying

Offline Kernelpanic

  • Newbie
  • Posts: 94
    • View Profile
Re: email from QB64
« Reply #9 on: November 26, 2020, 08:20:26 pm »
Ok, apparently nobody wants to answer me; not here only. So there is no reason to be a member any longer, so Mr. Heitor - delete my account.
Mark Twain
"Als wir das Ziel endgültig aus den Augen verloren hatten, verdoppelten wir unsere Anstrengungen."
„Having lost sight of our goals, we redoubled our efforts.“

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: email from QB64
« Reply #10 on: November 26, 2020, 09:34:10 pm »
Ok, apparently nobody wants to answer me; not here only. So there is no reason to be a member any longer, so Mr. Heitor - delete my account.

Bye.

Just curious: who the heck was you talking to that didn't answer you?  Last post I saw was you saying something about sending an email, but you never mentioned to who you sent it.  Who exactly was you expecting a response from?
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Re: email from QB64
« Reply #11 on: November 26, 2020, 09:41:19 pm »
Ok, apparently nobody wants to answer me; not here only. So there is no reason to be a member any longer, so Mr. Heitor - delete my account.
@Kernelpanic
Patience is a virtue
« Last Edit: November 26, 2020, 09:43:54 pm by SpriggsySpriggs »
Shuwatch!

Offline STxAxTIC

  • Library Staff
  • Forum Resident
  • Posts: 1091
  • he lives
    • View Profile
Re: email from QB64
« Reply #12 on: November 26, 2020, 09:42:51 pm »
Did you check your email for a reply? Just sayin
You're not done when it works, you're done when it's right.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: email from QB64
« Reply #13 on: November 27, 2020, 01:37:47 am »
Did you check your email for a reply? Just sayin

My simple question is:  Why not send an email to yourself, if you’re testing functionality?  Then you don’t have to wait for a response from a stranger — unless you have a split personality...
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: email from QB64
« Reply #14 on: November 27, 2020, 03:35:03 am »
Don't send emails to yourself. I sent an email to myself once, and discovered I can be a real prick, sometimes.

Kidding aside, Rob and I tried this out decades ago. He was able to send to my account, but my Cox account prevented my emails from reaching him. There are ways around security issues, like slaving with firefox headers when trying to get onto secure https sites with QB64. Sorry I can't be more specific, as this was stuff I messed with too long ago to recount the results. My point is, it ain't easy if your ISP is an SOB.

Pete

« Last Edit: November 27, 2020, 02:01:13 pm by Pete »
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/