• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mass mailer to your AAC

straher

???
Joined
Mar 23, 2010
Messages
255
Reaction score
3
It's the first tutorial I have ever written but I hope it would be useful to someone. All credits goes to owner of Simple Free Mass Mailer Sender PHP | Codes Tips but the guy who coded it made few syntax mistakes and it won't work if you just download&run it (I've added attachment with fixed version)

You will also need sendmail or postfix

Code:
apt-get install sendmail

It's really easy to configure you just have to set everything in config.php

$server – it’s the server of your mysql database, which is ussually ‘localhost’

$database – is the name of your database on which your table is stored from the server

$db_user – the user of the database

$db_pass – the password for the user of the database

$fromadmin – email which the users will receive in his email

$table – the table from database where the users are stored

$table_email – the name field for the email of the $table(ex. ‘email’,'Email’)

It is not safe so if anyone enters [your_page]/sfmms (default) he will be able to also send mass mailing
 

Attachments

Last edited:
Back
Top