Sending Profiles
Table of Contents
Quick Example
from gophish import Gophish
api_key = 'API_KEY'
api = Gophish(api_key)
for smtp in api.smtp.get():
print smtp.nameModels
gophish.models.SMTP
Methods
gophish.api.smtp.get(smtp_id=None)
gophish.api.smtp.post(smtp)
gophish.api.smtp.put(smtp)
gophish.api.smtp.delete(smtp_id)
Examples
Get All Sending Profiles
Get Single Sending Profile
Create New Sending Profile
Last updated