Title: Techspawn's Replies - page 21 | WordPress.org

---

# Techspawn

  [  ](https://wordpress.org/support/users/techspawn1/)

 *   [Profile](https://wordpress.org/support/users/techspawn1/)
 *   [Topics Started](https://wordpress.org/support/users/techspawn1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/techspawn1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/techspawn1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/techspawn1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/techspawn1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/techspawn1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 329 total)

[←](https://wordpress.org/support/users/techspawn1/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/techspawn1/replies/?output_format=md) [2](https://wordpress.org/support/users/techspawn1/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techspawn1/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/techspawn1/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/techspawn1/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/techspawn1/replies/page/22/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Can Recipients Subscribe/Unsubscribe?](https://wordpress.org/support/topic/can-recipients-subscribeunsubscribe/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/can-recipients-subscribeunsubscribe/#post-7597931)
 * Look like its time to prioritize subscribe/unsubscribe.Will release it in next
   release. Current plan is before end of August 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Email Users] Flaky on WordPress 4.5.3](https://wordpress.org/support/topic/flaky-on-wordpress-453/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/flaky-on-wordpress-453/#post-8120987)
 * Thanks for writing philip.
 * We released version 1.2.8
    In which subject field is not required so you can 
   easily delete template.
 * Edit template creates duplicate : Idea behind that is to preserve original template.
   If you edit template and save it this will be save as new.
 * We have added dedicated page to control autoresponders. we had this feature in
   our list for future upcoming releases. but as concerning user reviews we released
   it early in v1.2.8.
 * Hope you find this version useful.
    Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Can Recipients Subscribe/Unsubscribe?](https://wordpress.org/support/topic/can-recipients-subscribeunsubscribe/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/can-recipients-subscribeunsubscribe/#post-7597632)
 * We actually had it half developed but latter prioritize other feature over it..
   
   Yes it is in pipeline. Also some one interested to contribute code for this, 
   we will be happy to integrate with plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Email subject and template editor](https://wordpress.org/support/topic/email-subject-and-template-editor/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/email-subject-and-template-editor/#post-7568789)
 * Thanks for writing Pistoh. Good to know that plugins makes things convenient 
   for you.
 * Regarding issues,
    1. We double checked on our side. We can edit the template
   and when we save, it appears in user created templates with the name Template
   by default(if you give it some other name this will appear there). just make 
   sure you selected ‘New User Register’ in ‘Send Email For’ field.
 * 2. We haven’t yet provided setting to change subject line for this auto responder
   mails. We will provide this in future updates.
 * Hope this helps you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Template Editor Doesn't Allow Editing?](https://wordpress.org/support/topic/template-editor-doesnt-allow-editing/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/template-editor-doesnt-allow-editing/#post-7550853)
 * Thanks for writing and your kind words.
 * We re-checked plugin by installing it on new site. saved and reused template.
   it’s working as expected.
 * I suggest you to please check your console for errors. It might conflicting with
   some other plugin.
 * Usually this happen as templates are loaded using Ajax.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] error line 365](https://wordpress.org/support/topic/error-line-365/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-line-365/#post-7512648)
 * We again tried it with subscribe2 but no luck. we haven’t received such warning.
   
   though I will suggest you (if you can play with code and files) to please go 
   to /plugins/wp-email-users/ directory >> wp-email-users.php file line no. 365
   and replace line
 *     ```
       array_push($to, $useremail);
       ```
   
 * with
 *     ```
       if(is_array($to)) {
       	array_push($to, $useremail);
       }
       ```
   
 * Hope this resolves your warning.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] error line 365](https://wordpress.org/support/topic/error-line-365/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-line-365/#post-7512539)
 * Thanks for reporting.
 * We are trying to recreate this warning at our end. Can you please explain steps
   when you are getting this warning?
 * I am sure this is not for admin.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Email Users] well-supported](https://wordpress.org/support/topic/well-supported-2/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/well-supported-2/#post-8083592)
 * Thanks for review micheldz.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Another Idea](https://wordpress.org/support/topic/another-idea/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/another-idea/#post-7495682)
 * Hi Olly,
 * Thanks a lot for valuable idea.
 * Yes. We are working on scheduling functionality and which is suppose to out in
   future release. Problem we are facing with that is “wordpress Cron”. due to which
   there will be issue with exact time to trigger email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Only the first gets email](https://wordpress.org/support/topic/only-the-first-gets-email/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-the-first-gets-email/#post-7488448)
 * Hello Joe,
 * Thanks for writing.
 * We tried this scenario on our site with Subscribe2 and everything is working 
   fine. Tried selecting 5 users and then 3 users with subscriber role.
 * Let us know if you have any other issue.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Mass Mail](https://wordpress.org/support/topic/mass-mail-1/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/mass-mail-1/#post-7437474)
 * Thanks paulebrandt. Our Last update resolved several issues. Still if you find
   something missing you can always reach out.
 * Waiting for your positive review.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Any support for Custom User Roles](https://wordpress.org/support/topic/any-support-for-custom-user-roles/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/any-support-for-custom-user-roles/#post-7453464)
 * There are two different requirements.
 * First, Admin can send emails to users with different roles. we released this 
   in update v1.2.6
 * Second, Different users can use plugin. we haven’t consider this yet. but we 
   will plan this feature in our next releases. thanks for your suggestion.
 * Hope this will help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Mass Mail](https://wordpress.org/support/topic/mass-mail-1/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/mass-mail-1/#post-7437438)
 * [@jan](https://wordpress.org/support/users/jan/) Thanks for clarification. Yes,
   we also believe The internet is a wonderful place full of very nice people. This
   will not happen again on this forum.
 * [@paulebrandt](https://wordpress.org/support/users/paulebrandt/) you are right.
   you can send emails to user roles. but for groups you can use our Email CSV import/
   export feature. you can edit CSV files with group of some emails and choose option“
   CSV List” while sending emails.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Email Users] Any support for Custom User Roles](https://wordpress.org/support/topic/any-support-for-custom-user-roles/)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/any-support-for-custom-user-roles/#post-7453405)
 * Yes! we are going to release this feature in our v1.2.6. which will be released
   in next 2-3 hours. Please do update, use it and let us know your thought.
 * Thanks.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Email Users] no group](https://wordpress.org/support/?post_type=topic&p=8106009)
 *  Plugin Author [Techspawn](https://wordpress.org/support/users/techspawn1/)
 * (@techspawn1)
 * [9 years, 11 months ago](https://wordpress.org/support/?post_type=topic&p=8106009#post-8106070)
 * sorry for my misunderstanding.but I am not able to understand what do you mean
   by “number of addresses on the part”. can you please elaborate?
 * We have tested our plugin SMTP by configuring it with amazon server. Let us know
   which service you are using for SMTP config.
 * Thanks

Viewing 15 replies - 301 through 315 (of 329 total)

[←](https://wordpress.org/support/users/techspawn1/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/techspawn1/replies/?output_format=md) [2](https://wordpress.org/support/users/techspawn1/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techspawn1/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/techspawn1/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/techspawn1/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/techspawn1/replies/page/22/?output_format=md)