简体   繁体   English

如何发送和接收mailgun的电子邮件?

[英]How can I send and receive email for mailgun?

Is there some kind of GUI tool or interface I can use to send and receive email for Mailgun? 我可以使用某种GUI工具或界面来发送和接收Mailgun的电子邮件吗?

https://mailgun.com https://mailgun.com

Hi, I read whole documentation but don't understand how do I use Mailgun? 嗨,我阅读了整个文档,但不了解如何使用Mailgun? is there any body who can tell me how can i use mailgun its really important please help me guyz.... – 有谁能告诉我我该如何使用邮枪,这真的很重要,请帮助我。...–

I think your answer depends on how you want to send and receive email. 我认为您的答案取决于您要如何发送和接收电子邮件。 Mailgun is built for transactional email, so if you're looking to use it for sending and receiving personal email, that might not be the best fit. Mailgun是为交易电子邮件而构建的,因此,如果您希望将其用于发送和接收个人电子邮件,那可能不是最合适的选择。

If you want to use mailgun as your SMTP relay for sending transactional mail from your site, you might want to try one of these guides from Rackspace, Mailgun's parent company: https://community.rackspace.com/products/f/28/t/3897 http://www.rackspace.com/knowledge_center/article/introduction-to-mailgun-email-automation http://www.rackspace.com/knowledge_center/article/configuring-mailgun-for-your-website 如果要使用mailgun作为SMTP中继从站点发送事务邮件,则可以尝试使用Mailgun的母公司Rackspace的以下指南之一: https ://community.rackspace.com/products/f/28/ t / 3897 http://www.rackspace.com/knowledge_center/article/introduction-to-mailgun-email-automation http://www.rackspace.com/knowledge_center/article/configuring-mailgun-for-your-website

The TL;DR is that you need to sign up for a Mailgun account, verify your domain, and configure your application to use Mailgun as the SMTP relay. TL; DR是您需要注册一个Mailgun帐户,验证您的域并配置您的应用程序以将Mailgun用作SMTP中继。

Additionally, if you're building an application from scratch, you can incorporate the Mailgun API to send email directly. 此外,如果要从头开始构建应用程序,则可以合并Mailgun API以直接发送电子邮件。 Instructions are available in the Mailgun Quick Start guide: https://documentation.mailgun.com/quickstart.html Mailgun快速入门指南中提供了说明: https ://documentation.mailgun.com/quickstart.html

Hope that helps. 希望能有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM