Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7101

Closed
Open
Created Jun 09, 2014 by Administrator@rootOwner

Email sending raise 501 Syntax error

Created by: soullivaneuh

Sidekiq tried to send mail when I change email address of a user and raise this error:

2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: {"retry"=>true, "queue"=>"mailer", "class"=>"Devise::Async::Backend::Sidekiq", "args"=>["confirmation_instructions", "User", "6", {"to"=>"[email protected]"}], "jid"=>"12ab507690cb47db6821542a", "enqueued_at"=>1402334429.2764823, "error_message"=>"501 Syntax error\n", "error_class"=>"Net::SMTPSyntaxError", "failed_at"=>"2014-06-09T17:20:31Z", "retry_count"=>1, "retried_at"=>2014-06-09 17:21:29 UTC}
2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: 501 Syntax error
2014-06-09T17:21:29Z 3927 TID-7m5vk WARN: /home/git/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/smtp.rb:957:in `check_response'

The dest email sounds good and has the same format as [email protected]

I try format [email protected] and same result.

I'm using the latest stable version 6.9.2, any idea ?

Thanks.

Assignee
Assign to
Time tracking