You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add information to mailgun() in ./portal/views.py clarifying from which Portal server the request originated.
r=requests.post("https://api.mailgun.net/v3/slateci.io/messages",
auth=('api', mailgun_api_token),
data={
"from": "SLATE <[email protected]>",
"to": [admin_email],
"cc": "{} <{}>".format(user_name, user_email),
"subject": "Request to Join Group: {}".format(group_name),
"text": "Hello! User, {}, is CC'd on this email {}, and has requested to join your group, {} on SLATE. You may choose to add them from your groups detailed page through the SLATE portal.".format(user_name, user_email,group_name)
})
The text was updated successfully, but these errors were encountered:
For non-production Portals.
Add information to
mailgun()
in./portal/views.py
clarifying from which Portal server the request originated.The text was updated successfully, but these errors were encountered: