Home Home Email Settings
Listing Users Not Getting Email Notifications

Install the plugin Easy WP SMTP or WP Mail SMTP and configure it with the correct SMTP settings and test. If you are still having issues contact your hosting provider to verify SMTP is enabled and there are no issues on the server end.

Which are the email shortcode?

This article follows the order from the default email management that you can find by simply going to > New Registered User %user_login_register = username of the registered user. %user_pass_register = the password of the registered user. %user_email_register = the email address used by the registered user Submit Listing %website_name = the name used for […]

Is it Possible to work with Transactional Mail?

There are many Transactional Mail Services available. Some of them will work through the SMTP settings, while other also has the option to work through its API. Remember that some Transactional Mail Services also highlights the importance to insert some settings into your Domain Records. See some of the lists to work with Transactional Mail MailChimp […]

Can I Edit the Email Templates?

ATTENTION Yes! These emails were typically created with HTML and CSS. You can edit these emails using HTML and CSS. Always use <div> tags to create your new email template. It’s not necessary to include HTML, body, title, head. Also, you can edit within <div> your  CSS style. <div style=” Feel free to use <a> | <h1 […]