{"id":52250,"library":"emersion-go-smtp","title":"go-smtp","description":"Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.","status":"active","version":"0.24.0","language":"go","source_language":null,"source_url":"https://github.com/emersion/go-smtp","tags":["smtp","email","protocol","networking"],"install":[{"cmd":"go get github.com/emersion/go-smtp","lang":"bash","label":"Install github.com/emersion/go-smtp"}],"dependencies":[],"imports":[{"symbol":"smtp","correct":"github.com/emersion/go-smtp"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"github.com/emersion/go-smtp\"\n)\n\nfunc main() {\n\t// Connect to a remote SMTP server\n\tc, err := smtp.Dial(\"mail.example.com:25\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdefer c.Close()\n}","lang":"go","description":"Connect to an SMTP server"},"warnings":[],"env_vars":null,"search_vec":"'5321':16 'defin':13 'email':18 'go':2 'go-smtp':1 'implement':6 'mail':9 'network':20 'packag':4 'protocol':11,19 'rfc':15 'simpl':8 'smtp':3,5,17 'transfer':10","created_at":"2026-06-15T06:47:34.301400+00:00","updated_at":"2026-06-15T06:47:34.301400+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/emersion/go-smtp","github":"https://github.com/emersion/go-smtp","docs":"https://pkg.go.dev/github.com/emersion/go-smtp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}