This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[module] Mass mail
#1
[module] Mass mail
Mass Mail

Allow you to send mails to all you users
You can´t either send mail to all user from a packages or all users
How to install

Add repo.alio.dk to you zppy
Code:
Zppy repo add repo.alio.dk
Now update
Code:
Zppy update
And now install
Code:
Zppy install Mass_mail
Or use the repo browser or
.zpp   Mass_mail.zpp (Size: 4.15 KB / Downloads: 57)


[Image: HHwJ3Su.png]
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by: lino69 , EXHDS , TGates , nelson , Ron-e
#2
RE: [module] Mass mail
Great Diablo925!
Thank you very much for your cooperation.
Smile
Reply
Thanks given by:
#3
RE: [module] Mass mail
Just hit the thanks Button
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:
#4
RE: [module] Mass mail
Send email, blank screen
Reply
Thanks given by:
#5
RE: [module] Mass mail
Are you using zpanel or sentora
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:
#6
RE: [module] Mass mail
Some old modules may have issues with sentora.......
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#7
RE: [module] Mass mail
works fine for now... Smile
Empty belly not behind joy! Tongue
Reply
Thanks given by:
#8
RE: [module] Mass mail
I have problems with encoding.I write on Russian and in E-mail is just ( Всем тест) canyou help me?
Reply
Thanks given by:
#9
RE: [module] Mass mail
@magvay
i can try Smile

open via ssh controller.ext.php
Code:
sudo nano /etc/sentora/panel/modules/Mass_mail/code/controller.ext.php

Update this
Code:
           $phpmailer = new sys_email();
           $phpmailer->Subject = $emailsubject;
           $phpmailer->Body = $emailbody;
           $phpmailer->AddAddress($email);
           $phpmailer->SendEmail();

To

Code:
$phpmailer = new sys_email();
            $phpmailer->CharSet = 'ISO-8859-5';
           $phpmailer->Subject = $emailsubject;
           $phpmailer->Body = $emailbody;
           $phpmailer->AddAddress($email);
           $phpmailer->SendEmail();
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:
#10
RE: [module] Mass mail
Thanks i will try!
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
[Request] BoxBilling api module. cyber1995 4 11 ,864 10-23-2021, 05:29 AM
Last Post: sparkrack
Module Repo Beta Chris L 3 6 ,037 08-13-2021, 02:32 AM
Last Post: Chris L
Cloud module repo spoonman 0 2 ,158 02-28-2021, 01:34 AM
Last Post: spoonman

Forum Jump:


Users browsing this thread: 4 Guest(s)