Yamna Khawaja
Forum Replies Created
-
Forum: Reviews
In reply to: [Mailing Group Listserv] Unprofessional and missing major featuresAfter providing a free version which has import function same as pro version and writing clearly on plugins sale page that try out free version first to see what plugin offers, it is very disappointing to have this review. I provided you prompt email support to within an hour of your query which is part of premium services and not free. I wish you could realize the effort involved in offering free plugins.
Forum: Plugins
In reply to: [Mailing Group Listserv] Need details about moderationPlease ask about premium plugin from premium support page. We will have your email and can communicate links/pictures/demo from there.
Forum: Plugins
In reply to: [Mailing Group Listserv] Email with attachments not fowardingWPMG does support email attachments. Have you enabled/checked “Save Attachment” in mailing group settings page?
Forum: Plugins
In reply to: [Mailing Group Listserv] HTML not working in new user emailsI cannot replicate this issue of duplicate emails on subscription. Can you confirm that there is any other plugin that is also handling new user registration. Are both emails same content, except that one is HTML and one is not?
For removing content type html filter from notification emails, you can simply do write this in functions.php:
remove_filter(‘wp_mail_content_type’, ‘wpmg_set_content_type’);
About replying to original sender, Premium plugin has hooks to achieve this. You can write your function using those hooks and configure reply to address according to your requirements.
Forum: Plugins
In reply to: [Mailing Group Listserv] Emails not sendingSend me the screenshot at: support at wpmailinggroup dot com
The troubleshooting page is available only for testing emails. If the email is going through it that means your settings are correct.- This reply was modified 9 years, 2 months ago by Yamna Khawaja.
Forum: Plugins
In reply to: [Mailing Group Listserv] Emails not sendingSo may be they are having a downtime. When the server is back, send me a screenshot of your mailing group settings. Plus did you try sending email from the troubleshooting page? What errors are you getting. For checking if cron is working or not install advanced cron control plugin and see if plugin’s cron jobs are queued.
Forum: Plugins
In reply to: [Mailing Group Listserv] Automatic addition of new usersWordpress Mailing group plugin has several options for adding subscribers to the list, which are:
1- Admin can add subscriber one by one through add a subscriber form at backend.You can skip the opt-in email from there optionally.
2- Subscribers can fill out a form on front-end and get subscribed to a list. You will see new subscription requests in plugins tab “Subscription Requests”, you can reject or accept the requests. You will also get an email alert when somebody subscribed through that form.Forum: Plugins
In reply to: [Mailing Group Listserv] Is BuddyPress Group Working with this plugin?The plugin works when installed along side with Buddypress but doesn’t integrate with Buddypress groups or any other functions. It will work normally just like it works without buddypress.
Forum: Plugins
In reply to: [Mailing Group Listserv] Gmail IMAP/Internal POPThe Test imap button is actually “Test imap/POP3 settings” button, it tests imap and POP3 both. The name is confusing, i agree, that’s because imap or pop3 both string are used in an imap_open function hence the name.
Can you paste the error info you get when you click Test imap connection button, i might be able to help. The button is put up to help users to know whatever error the imap_open function is throwing. Unfortunately, the errors thrown by functions are not very specific.
I would love to know where you would like to see more clear instructions or error logging in mailing group settings. We want to improve the plugin as much as we can.
Forum: Plugins
In reply to: [Mailing Group Listserv] Connect with L-Soft Listserv mailing listTiffany, WPMG is a stand-alone plugin. Its subscribe form stores your users as wordpress website users and are available in wordpress backend. You can add, delete, update any users or their data from wordpress backend. It doesn’t integrate with L-soft but can be used independently for a full featured listserv.
Forum: Plugins
In reply to: [Mailing Group Listserv] User Mail Not SendingThanks for pointing out. I just updated the plugin, user notification email and subscription alert email is fixed. Download the latest version which is 1.5.0 and let us know if any problem.
Forum: Plugins
In reply to: [Mailing Group Listserv] Cron job error messageThis plugin is a group email plugin. It reads emails from inbox and then delivers it to a list of users. Wp_cron is needed because the plugin has to check after certain time, whether a new email has arrived or not. There is no way a plugin can know when a new email reaches inbox, thats cron is needed to check.
Right now you are not having problems with cron but with connecting to email inbox. It seems that the inputs you provided in group settings is not correct. May i ask which hosting server you are on? Also please tell me what settings you have for incoming mail server and port so i can advice.
You can email me your dashboard administrator login details at support at wpmailinggroup.com , i am happy to resolve the problem for you.
Forum: Plugins
In reply to: [Mailing Group Listserv] User Mail Not SendingWere you using any plugin for user registration or is the native wordpress user registration? I would love to have a look at your dashboard and resolve for you, if you’d like.
Forum: Plugins
In reply to: [Mailing Group Listserv] Gmail IMAP/Internal POPFrom newly added hooks, you can connect wordpress mailing group to gmail inbox.
Add the snippet in your functions.php and then see.
function gmail_imap_connection_string_wpmg($strConnect){ $strConnect = '{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX'; return $strConnect; } add_filter("mg_change_imap_flag","gmail_imap_connection_string_wpmg");- This reply was modified 9 years, 4 months ago by Yamna Khawaja.
Forum: Plugins
In reply to: [Mailing Group Listserv] Seeking detailed pre-deployment consultationDavid,the best way to deal with all these issues is to take professional help and contact me here