hi
how to setup a mail in free domain webapp ?
if we use mailgun we can’t config mail for domain not owned by other company
- php mail
- sendmail
- smtp
hi
how to setup a mail in free domain webapp ?
if we use mailgun we can’t config mail for domain not owned by other company
Thanks for the question! The free domain is really for testing purposes; we won’t have a way to add MX and TXT records for the test domains.
Though, from the screenshot, it looks like you can tap directly into a mail service via SMTP. That should still provide a good test of the app you are using.
ok. that mean we can setup postfix or sendmail on server ?
in my opinion. testing is should be for mail too.