my email - [email protected]
This email I have configured on GSuite for business. To configure my SMTP settings, what should be the values? ie domain, port, etc
12 Answer(s)
-
0
Hi,
You can check https://www.lifewire.com/what-are-the-gmail-smtp-settings-1170854
-
0
-
0
Hi,
In Debug mode, NullEmailSender is used, see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/AbpZeroTemplateCoreModule.cs#L101.
It just writes a log. You can change this code or run your project in release mode.
-
0
This app is in production, I am certain it is on 'Release' mode
-
0
You can check the logs of your app to see if it writes logs or sends an email.
-
0
That domain name, what is supposed to be that? gmail.com or mydomain.com, my emails are going true GSuite
-
0
I'm not sure, you can try both and try to send a test email.
-
0
"You can check the logs of your app to see if it writes logs or sends an email." on the database or audit logs on the app itself? If on Db, which table ...AuditLogs?
-
0
@Jobe
It should be written to App_Data/Logs/Logs.txt file.
-
0
Cant you guys test something like this on one your apps, surely you should. It is becoming frustrating. I cant find any logs about email
-
0
Hi @Jobe
We tested our app with a gmail smpt account and it works. Finding the correct SMTP configuration for your app is not related to AspNet Zero. If you are sure about your SMTP settings, could you test it with an SMTP Test tool ?
Thanks,
-
0
will close this for now, it looks like it is very much on my side. Until when I can test this.