Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "joe704la"

Answer

@ismcagdas here is the entire error.

ERROR 2018-09-20 06:05:00,027 [29   ] Mvc.ExceptionHandling.AbpExceptionFilter - 5.7.1 Invalid credentials for relay . The IP address you've
5.7.1 registered in your G Suite SMTP Relay service doesn't match domain of
5.7.1 the account this email is being sent from. If you are trying to relay
5.7.1 mail from a domain that isn't registered under your G Suite account
5.7.1 or has empty envelope-from, you must configure your mail server
5.7.1 either to use SMTP AUTH to identify the sending domain or to present
5.7.1 one of your domain names in the HELO or EHLO command. For more
5.7.1 information, please visit
5.7.1  https://support.google.com/a/answer/6140680#invalidcred v69-v6sm3914401qkg.1 - gsmtp
MailKit.Net.Smtp.SmtpCommandException: 5.7.1 Invalid credentials for relay . The IP address you've
5.7.1 registered in your G Suite SMTP Relay service doesn't match domain of
5.7.1 the account this email is being sent from. If you are trying to relay
5.7.1 mail from a domain that isn't registered under your G Suite account
5.7.1 or has empty envelope-from, you must configure your mail server
5.7.1 either to use SMTP AUTH to identify the sending domain or to present
5.7.1 one of your domain names in the HELO or EHLO command. For more
5.7.1 information, please visit
5.7.1  https://support.google.com/a/answer/6140680#invalidcred v69-v6sm3914401qkg.1 - gsmtp
   at MailKit.Net.Smtp.SmtpClient.OnSenderNotAccepted(MimeMessage message, MailboxAddress mailbox, SmtpResponse response)
   at MailKit.Net.Smtp.SmtpClient.FlushCommandQueueAsync(MimeMessage message, MailboxAddress sender, IList`1 recipients, Boolean doAsync, CancellationToken cancellationToken)
   at MailKit.Net.Smtp.SmtpClient.SendAsync(FormatOptions options, MimeMessage message, MailboxAddress sender, IList`1 recipients, Boolean doAsync, CancellationToken cancellationToken, ITransferProgress progress)
   at MailKit.Net.Smtp.SmtpClient.SendAsync(FormatOptions options, MimeMessage message, MailboxAddress sender, IList`1 recipients, Boolean doAsync, CancellationToken cancellationToken, ITransferProgress progress)
   at Abp.MailKit.MailKitEmailSender.SendEmailAsync(MailMessage mail)
   at Abp.Net.Mail.EmailSenderBase.SendAsync(MailMessage mail, Boolean normalize)
   at Authorization.Users.UserEmailer.ReplaceBodyAndSend(String emailAddress, String subject, StringBuilder emailTemplate, StringBuilder mailMessage) in Authorization.Users.UserEmailer.SendEmailActivationLinkAsync(User user, String link, String plainPassword) in Core\Authorization\Users\UserEmailer.cs:line 125
   at Abp.Threading.InternalAsyncHelper.AwaitTaskWithPostActionAndFinally(Task actualReturnValue, Func`1 postAction, Action`1 finalAction)
   at Authorization.Accounts.AccountAppService.SendEmailActivationLink(SendEmailActivationLinkInput input) in Application\Authorization\Accounts\AccountAppService.cs:line 116
   at lambda_method(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.AwaitableResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextExceptionFilterAsync()

Will this abp.io be replacing Asp.net Boilerplate framework?

Sorry no I am only using the email 2 factor code. Nothing else.

I am having the same issue but the same fix didn't help. It fails in \src\PHS.Application.Client\ApiClient\AbpApiClient.cs on line 183. When it gets to line 183 and tries to var response = await httpResponse.GetJsonAsync<AjaxResponse<T>>(); it crashes in the android emulator.

Any ideas?

I actually did figure that out. I made a change to both UI and backend. I should have updated it here. Tha k you.

Yes I have. Same issue. I even did it on a demo on the aspnet zero site.

I realized its actually with reset password. When you mark a user for change password on next login. The password complexity isn't working. Everywhere else is fine.

I am on the latest version. 5.6.1

When I say code in my post I am talking about the actual Security Code that is sent to my email. There is nothing to share since I am talking about the two-factor functionality that is built into ASP.NET Zero in the TokenAuthController.CS file.

Okay thank you. If I set the expiration date expired it should technically log them out correct?

Showing 31 to 40 of 163 entries