Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypting password for email
#12
Thank You very much !!

But the main problem continues. If I put an encrypted password, Sendmail and RetrieveMessages work properly.

If I put a password unencrypted to call those commands, I get the following error:

Email Server Error: some email account settings missing in Line: 11519 Iid: 5 Place: 11519 Code: 0 Source: 3 Command: foreach m p.RetrieveMessages(Flags1 0 EmailServer)...

This error occurs to me in the same way with POP server (with Retrievemessages command) as the SMTP server (with sendmail command). Actual server configuration (It works well with Encripted Password generated by Quickmacros Assistant):

str EmailServer=
;smtp_server smtp.mail.yahoo.com
;smtp_port 465
;smtp_user x@yahoo.es (real email is hidden)
;smtp_password PassWithoutEncrypt (or ;smtp_password !PassWithoutEncrypt)
;smtp_auth 1
;smtp_secure 1
;smtp_timeout 60
;smtp_email x@yahoo.es
;smtp_displayname x@yahoo.es
;smtp_replyto x@yahoo.es
;pop_server pop.mail.yahoo.com
;pop_port 995
;pop_user x@yahoo.es
;pop_password PassWithoutEncrypt (or ;pop_password !PassWithoutEncrypt)
;pop_auth 0
;pop_secure 1
;pop_timeout 60

If I try to insert the admiration (!) As in the attached example before the password, I get error: "Incorrect username or password".


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)