Guest User

Untitled

a guest
Jan 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Can Indy's SMTP Authentication method cause an email to go to the junk box in hotmail?
  2. ...
  3. IdSMTP1.AuthenticationType := atLogin;
  4. IdSMTP1.Username := pUser;
  5. IdSMTP1.Password := pPassword;
  6. ...
  7.  
  8. ...
  9. IdSMTP1.AuthType := satDefault;
  10. IdSMTP1.Username := pUser;
  11. IdSMTP1.Password := pPassword;
  12. ...
Add Comment
Please, Sign In to add comment