You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. ==============
  2. Mail mailgun
  3. ==============
  4. Usage
  5. =====
  6. First we should register on mailgun.com.
  7. After registgration there will be one domain available. E.g. sandbox5543f1479be64e5aac193406b4cdccf8.mailgun.org.
  8. From this point we could already use API calls to mailgun API. There is API key on the
  9. https://mailgun.com/app/domains/sandbox5543f1479be64e5aac193406b4cdccf8.mailgun.org page.
  10. We can do all operations using mailgun API if we know our API key. More about it
  11. on https://documentation.mailgun.com/.
  12. There is 'Add New Domain' on the https://mailgun.com/app/domains to add new domains.
  13. All domains that we add manually should be verified.
  14. After adding your domain you will see the https://mailgun.com/app/domains/<yourdomain>/verify page
  15. with instructions on how to verify and use new domain.
  16. To receive incoming messages we specify so called routes on mailgun.
  17. You can see more about the routes here https://documentation.mailgun.com/user_manual.html#receiving-forwarding-and-storing-messages
  18. Instruction how to check that module works. What shall user do and what would user get, e.g.
  19. * Open menu ...
  20. * Click ...