question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

send email falied

See original GitHub issue

Hello, I’m using the latest ABP0.96 and ABPZERO0.94, the environment. NET4.6.1. Configure mailbox environment, //Email settings new SettingDefinition(EmailSettingNames.DefaultFromAddress, "service@dingdangmeiche.com",scopes:SettingScopes.Application), new SettingDefinition(EmailSettingNames.DefaultFromDisplayName, "dingdangmeiche_Service"), new SettingDefinition(EmailSettingNames.Smtp.Host, "smtp.dingdangmeiche.com"), new SettingDefinition(EmailSettingNames.Smtp.Domain, "mail.dingdangmeiche.com"), new SettingDefinition(EmailSettingNames.Smtp.UserName, "service@dingdangmeiche.com"), new SettingDefinition(EmailSettingNames.Smtp.EnableSsl, "false"), new SettingDefinition(EmailSettingNames.Smtp.Password, "pwd3456"), new SettingDefinition(EmailSettingNames.Smtp.Port, "25"), new SettingDefinition(EmailSettingNames.Smtp.UseDefaultCredentials, "false"),

each time the prompt is sent successfully, but are not receiving the message. Can you please look at where I didn’t configure it. Method called: await _emailSender.SendAsync("fads@qq.com", "welcome" + DateTime.Now, "<p>你好," + loginModel.UsernameOrEmailAddress + "!</p>");

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
GouseBaigcommented, Feb 14, 2017

Hi,

_emailSender is holding default settings of smtp. How can I change?

0reactions
ltm0203commented, Jun 27, 2016

I was confused, blank project and the Web site of the company of confusing template project. I opened the project template project has given the company, rather than from a website and download a blank project. Template project that is the company “https://www.aspnetzero.com” in the fee templates. I am currently in the learning research.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sent email in Outlook.com comes back "delivery failed"
This message means that the recipient has too many messages in their inbox. Many email systems prevent users from receiving any new mail...
Read more >
Email Delivery Failure: 11 Common Causes (& How to Fix ...
Email delivery failure refers to when an email message fails to reach its intended recipient or is not successfully delivered to their inbox....
Read more >
Email delivery failure: the 3 most common causes
1. Bounces. The simplest case is when you get a bounce: for instance, when the recipient's address is full (a soft bounce: just...
Read more >
Emails fail to send / Sending error/ Emails stay in drafts
How to fix · Make sure you can successfully send an email from your web mail. · Try sending an email, with your...
Read more >
14 Reasons and Solutions for Email Delivery Failure ...
1. The recipient address does not exist · 2. The recipient's mailbox is disabled · 3. Insufficient space in recipient mailbox · 4....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found