NetTalk Central

Author Topic: error 73 sending email from Amazon server  (Read 4274 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
error 73 sending email from Amazon server
« on: March 31, 2019, 05:12:21 PM »
hello there,
I have posted a query about an error 73 previously, when trying to send an email using "Send email in a process"
and the situation was resolved by my importing the latest Clanet.dll
My current problem is that the app will run and send emails from the app running on my Windows 10 pc but not on an amazon server, where I want to host the app.
I have copied in all the dlls I think I need and the error is Fatal error n 534 - 5.7.1
and the error occurred in netEmailsend.process
Im using gmail with Port 465
The password is correct.
I have not set any outbound ports on the amazon server other than "All"

What could I be missing please?
Thanks
Richard
NT 11.07

« Last Edit: March 31, 2019, 05:38:16 PM by Richard I »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: error 73 sending email from Amazon server
« Reply #1 on: April 01, 2019, 05:17:05 AM »
Errors of the form
- 5.7.1
are server-side errors reported by the server when your program tries to send an email to it.

As such the exact text of the error message there would be useful to understand.

An even better understanding will come if you run NetDemo.exe on the affected machine, and then set that up with all the email settings and send an email from there. The Log tab there then shows the whole conversation which should make the error easy to diagnose. Feel free to paste that log here.

cheers
Bruce

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: error 73 sending email from Amazon server
« Reply #3 on: April 01, 2019, 12:23:37 PM »
Hi Bruce,
LOG from NetDemo on the Amazon server...
using port 25
Thanks, Richard

0 <71 < 220 smtp.gmail.com ESMTP a20sm6098644qth.88 - gsmtp
84 > EHLO WINC3NMJ5LNAP1
84 < 250-smtp.gmail.com at your service, [3.83.103.153]
250-SIZE 35882577
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
85 > STARTTLS
85 < 220 2.0.0 Ready to start TLS
86 <79 > EHLO WINC3NMJ5LNAP1
79 < 250-smtp.gmail.com at your service, [3.83.103.153]
250-SIZE 35882577
250-8BITMIME
250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
80 > AUTH LOGIN
80 < 334 VXNlcm5hbWU6
81 > bW9udGFuYTRtZWFsc0BnbWFpbC5jb20=
81 < 334 UGFzc3dvcmQ6
73 > V2Fpa2F0b0Ay
73 < 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvs
534-5.7.14 t0u6mxdEHfNeZunR3FtNPPG1hm88mBY2PX4ses9PUxDAgXqoyDe9m11CJxidgcn-RJOGFO
534-5.7.14 AXaPd9qZjDdRsTZ9FBBnwDB59MljEI855jNl8St3MlEWDQ8q4NBggwaeFkyKFzJ7Tgw2qi
534-5.7.14 f_Bb9S35m08NhncFeYu6Wk6MlOEdBwcX4iCMfAChbNekIOBIEeXBrkRt> Please log
534-5.7.14 in via your web browser and then try again.
534-5.7.14  Learn more at
534 5.7.14  https://support.google.com/mail/answer/78754 a20sm6098644qth.88 - gsmtp

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: error 73 sending email from Amazon server
« Reply #4 on: April 02, 2019, 12:01:17 AM »
If you go to that URL and login there, does that fix the problem?

cheers
Bruce

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: error 73 sending email from Amazon server
« Reply #5 on: April 02, 2019, 07:25:07 PM »
Thanks once again , Bruce...
Ill have a look
Regards,
Richard