Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [informacion]
  2.  
  3. ;SMTP Autentificacion
  4.  
  5. SMTPAuth = true
  6.  
  7. ;SMTP Server
  8.  
  9. Host = "smtp.gmail.com"
  10.  
  11. ;Puerto del SMTP
  12.  
  13. Port = 465
  14.  
  15. ;Nombre de usuario para la cuenta SMTP
  16.  
  17. UserName = "ingcram@gmail.com"
  18.  
  19. ;Contraseña para la cuenta SMTP
  20.  
  21. Password = "maria1988"
  22.  
  23. ;Remitente
  24.  
  25. From = "no-reply@sioc.com"
  26.  
  27. FromName = "sioc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement