Shared Hosting providers like Godaddy and Bluehost provides Full support for IMAP. While several hosts may not provide access to IMAP or SMTP services, in which case contact your hosting provider if they support IMAP extention.
config.php
outside the public_html folder.The app searches for config.php file into the entire directory, to avoid hack move the file outside the root directory.
$config['imap']['url'] = '{ imap.gmail.com:993/imap/ssl}INBOX';
$config['imap']['username'] = "";
$config['imap']['password'] = "";
## Bitnami Apache Config (if using Bitnami Hosting to Install on AWS Ubuntu Server)
## Donate Domain
You can provide your existing domains by setting up our MX records.
1. Set the following DNS MX records on your domain name (having all 5 is required, remove any existing records):
Name/Host/Alias | TTL | Record Type | Priority | Value/Answer/Destination |
---|---|---|---|---|
@ or leave blank | 3600 | MX | 1 | aspmx.l.google.com |
@ or leave blank | 3600 | MX | 5 | alt1.aspmx.l.google.com |
@ or leave blank | 3600 | MX | 5 | alt2.aspmx.l.google.com |
@ or leave blank | 3600 | MX | 10 | aspmx2.googlemail.com |
@ or leave blank | 3600 | MX | 10 | aspmx3.googlemail.com |
2. Send an email to us at our support address with details.
support[at]bhadoomail[dot]com
This could not be possible without...
Supported by BrowserStack, which allows us to test projects online with any browser as a service. :-)