Page MenuHomePhabricator

Unhandled exception on email address not accepted by remote server
Closed, MigratedPublic

Description

2020-06-04 18:02:34,149 [5] DEBUG Stwalkerster.IrcClient.IrcClient.Freenode.NetworkClient.Inbound [(null)] - :mdaniels5757!~mdaniels5@wikipedia/mdaniels5757 PRIVMSG EyeInTheSkyBot_ :=account email None

2020-06-04 18:02:34,150 [Thread Pool Worker] INFO  Stwalkerster.Bot.CommandLib.Services.CommandParser [(null)] - Creating command object of type EyeInTheSky.Commands.AccountCommand

2020-06-04 18:02:34,540 [Thread Pool Worker] ERROR EyeInTheSky.Commands.AccountCommand [(null)] - Unhandled exception during command execution
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MailKit.Net.Smtp.SmtpCommandException: 5.1.1 <None>: Recipient address rejected: User unknown in local recipient table
  at MailKit.Net.Smtp.SmtpClient.OnRecipientNotAccepted (MimeKit.MimeMessage message, MimeKit.MailboxAddress mailbox, MailKit.Net.Smtp.SmtpResponse response) [0x00013] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.Net.Smtp.SmtpClient.ProcessRcptToResponse (MimeKit.MimeMessage message, MimeKit.MailboxAddress mailbox, MailKit.Net.Smtp.SmtpResponse response) [0x00031] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.Net.Smtp.SmtpClient.FlushCommandQueueAsync (MimeKit.MimeMessage message, MimeKit.MailboxAddress sender, System.Collections.Generic.IList`1[T] recipients, System.Boolean doAsync, System.Threading.CancellationToken cancellationToken) [0x00209] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.Net.Smtp.SmtpClient.SendAsync (MimeKit.FormatOptions options, MimeKit.MimeMessage message, MimeKit.MailboxAddress sender, System.Collections.Generic.IList`1[T] recipients, System.Boolean doAsync, System.Threading.CancellationToken cancellationToken, MailKit.ITransferProgress progress) [0x0034c] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.Net.Smtp.SmtpClient.SendAsync (MimeKit.FormatOptions options, MimeKit.MimeMessage message, MimeKit.MailboxAddress sender, System.Collections.Generic.IList`1[T] recipients, System.Boolean doAsync, System.Threading.CancellationToken cancellationToken, MailKit.ITransferProgress progress) [0x0055d] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.Net.Smtp.SmtpClient.Send (MimeKit.FormatOptions options, MimeKit.MimeMessage message, System.Threading.CancellationToken cancellationToken, MailKit.ITransferProgress progress) [0x0005f] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at MailKit.MailTransport.Send (MimeKit.MimeMessage message, System.Threading.CancellationToken cancellationToken, MailKit.ITransferProgress progress) [0x00000] in <f768b9ea5ffd437a9a9638e3cacc9164>:0 
  at EyeInTheSky.Services.Email.EmailSender.SendEmail (System.String sender, System.String to, System.String subject, System.String body, System.String hostname, System.Int32 port, System.String username, System.String password, System.String thumbprint, System.String inReplyTo, System.Collections.Generic.Dictionary`2[TKey,TValue] extraHeaders) [0x0011e] in <587cd414b5f54d8480d2bc7f728f4950>:0 
  at EyeInTheSky.Services.Email.EmailHelper.SendEmail (System.String message, System.String subject, System.String inReplyTo, EyeInTheSky.Model.Interfaces.IBotUser recipient, System.Collections.Generic.Dictionary`2[TKey,TValue] extraHeaders) [0x0019d] in <587cd414b5f54d8480d2bc7f728f4950>:0 
  at EyeInTheSky.Commands.AccountCommand.EmailMode () [0x00133] in <587cd414b5f54d8480d2bc7f728f4950>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <a1ae6166591d4020b810288d19af38d4>:0 
   --- End of inner exception stack trace ---
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00083] in <a1ae6166591d4020b810288d19af38d4>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <a1ae6166591d4020b810288d19af38d4>:0 
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandBase.Run () [0x00171] in <089958413b9c49ef907c2ed52e51b30f>:0

Details

Event Timeline

stwalkerster renamed this task from EITS Error Log to Unhandled exception on email address not accepted by remote server.Jun 7 2020, 10:04 PM
stwalkerster triaged this task as Low priority.
stwalkerster shifted this object from the Restricted Space space to the S1 Default space.
stwalkerster updated the task description. (Show Details)
stwalkerster moved this task from Backlog to Bugs on the EyeInTheSky board.
stwalkerster claimed this task.