Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP Documentation is Wrong #9

Closed
ethack opened this issue Nov 25, 2017 · 1 comment
Closed

SMTP Documentation is Wrong #9

ethack opened this issue Nov 25, 2017 · 1 comment
Labels

Comments

@ethack
Copy link

ethack commented Nov 25, 2017

The model attributes for SMTP profiles has the wrong documentation. This page has a list that I think is for Email Templates instead of SMTP profiles.

    id (int) The smtp ID
    name (str) The smtp name
    html (str) The smtp HTML
    text (str) The smtp HTML
    modified_date (optional: datetime.datetime) The scheduled time for smtp launch
    attachments (list(models.Attachment)) The optional email attachments

I think the real list should be based on these lines. I'd be happy to update and submit a pull request, but I'm not sure where/if that's possible with Gitbook.

@jordan-wright
Copy link
Contributor

Thanks for reporting this! I eventually need to find some time to sit down and work on the Python client and associated documentation to do some cleanup.

For now, I've gone ahead and synced the Gitbook content to Github, so pull requests should be possible 😄

I've also fixed this particular documentation issue. Thanks again for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants