File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# Official Mailtrap Python client
77
8- This Python package offers integration with the [ official API] ( https://api- docs.mailtrap.io/ ) for [ Mailtrap] ( https://mailtrap.io ) .
8+ This Python package offers integration with the [ official API] ( https://docs.mailtrap.io/developers ) for [ Mailtrap] ( https://mailtrap.io ) .
99
1010Add email sending functionality to your Python application quickly with Mailtrap.
1111
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class MailtrapClient:
3838 SANDBOX_HOST = SANDBOX_HOST
3939 DEFAULT_USER_AGENT = (
4040 f"mailtrap-python/{ importlib .metadata .version ('mailtrap' )} "
41- "(https://github.com/railsware /mailtrap-python)"
41+ "(https://github.com/mailtrap /mailtrap-python)"
4242 )
4343
4444 def __init__ (
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dynamic = ["dependencies"]
2121
2222[project .urls ]
2323Homepage = " https://mailtrap.io/"
24- Documentation = " https://github.com/railsware /mailtrap-python"
25- Repository = " https://github.com/railsware /mailtrap-python.git"
24+ Documentation = " https://github.com/mailtrap /mailtrap-python"
25+ Repository = " https://github.com/mailtrap /mailtrap-python.git"
2626"API documentation" = " https://docs.mailtrap.io/developers"
2727
2828[build-system ]
You can’t perform that action at this time.
0 commit comments