Hello Guys,

Need a quick help on process of generating token for *"auth_password*"  for
corporate official account, cannot use the gmail account.

Please can anyone suggest the most viable, secure and easy option to
generate token password for corporate email accounts.

# Your smtp server address
smarthost: smtp.gmail.com:587
auth_username: [email protected]
auth_identity: [email protected]
auth_password: 16letter_generated token # you can use gmail account
password, but better create a dedicated token for this
headers:
From: [email protected]
Subject: 'Demo ALERT'

thanks
Pk

receivers:
- name: demo-alert
  email_configs:
  - to: [email protected]
    from: [email protected]
    # Your smtp server address
    smarthost: smtp.gmail.com:587
    auth_username: [email protected]
    auth_identity: [email protected]
    auth_password: 16letter_generated token # you can use gmail
account password, but better create a dedicated token for this
    headers:
      From: [email protected]
      Subject: 'Demo ALERT'

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CAJEyFn695wzrye8UJryAFdOAJ-DjhsirAoOi4XoGfOCYicjrJQ%40mail.gmail.com.

Reply via email to