I am Searching Emailer plugin
#1

Hi,

long time i am searching on ****** and on samp's forum, but all link are dead.

I am searching an emaler plugin for pawn for linux and windows.

Tahnk you
Reply
#2

Send me posts links with links are dead please.

FR : Si t'as pas compris
Envoies moi les liens des post avec les liens deads, je vais essayer de contacter leurs auteurs
Reply
#3

EDIT :

I think this is an emailer : http://forum.sa-mp.com/showthread.ph...t=email+plugin but is in russian langage
PME.inc : http://solidfiles.com/d/411f7675d0b2...d13dea9f4ea64/ (Just the email include)
pme_primer.zip : http://solidfiles.com/d/30f9a9e49fbf...6b1f37b79838a/ (Contain the pawno directory without PME include and the filterscript )

Ciao !

(FR : Regarde le post, enfin traduit-le si tu veux y comprendre quelque chose mais j'ai vite fais regardй et les deux autres liens c'est les sources de je ne sais quoi
Reply
#4

I know that "lolumadd" released something not to long ago where you could send emails from your SA-MP server.

This is the English part of the forum, so only speak English here!
Reply
#5

Yes

You have good memory :P

Link : https://sampforum.blast.hk/showthread.php?tid=182109

EDIT : Links are dead too, so I've contact the member.
Reply
#6

Quote:
Originally Posted by Myk3l
View Post
EDIT :

I think this is an emailer : http://forum.sa-mp.com/showthread.ph...t=email+plugin but is in russian langage
PME.inc : http://solidfiles.com/d/411f7675d0b2...d13dea9f4ea64/ (Just the email include)
pme_primer.zip : http://solidfiles.com/d/30f9a9e49fbf...6b1f37b79838a/ (Contain the pawno directory without PME include and the filterscript )

Ciao !

(FR : Regarde le post, enfin traduit-le si tu veux y comprendre quelque chose mais j'ai vite fais regardй et les deux autres liens c'est les sources de je ne sais quoi
I found this one, but its only for windows.

I need an linux one
Reply
#7

Quote:
Originally Posted by scott1
View Post
I found this one, but its only for windows.

I need an linux one
Pretty sure you could use the http functions, though iv'e never worked with them at all.. so i can't help you.
Reply
#8

You can easily make yourself one using HTTP function.
Reply
#9

You could use the socks plugin (https://sampforum.blast.hk/showthread.php?tid=171598) to connect to a SMTP Server
Reply
#10

SOrry but i don't know what socks means
Reply
#11

https://sampforum.blast.hk/showthread.php?tid=188393 - Email include made by me. Nothing 'WOW' about it, just the simplicity.
Reply
#12

Good fs
For windows plugin ask the creator for compile a linux version !
Reply
#13

Here is a email plugin I made awhile ago: http://www.mediafire.com/file/5mdvnnls60alngf/mail.zip

Example sending a email with gmx.com:
pawn Code:
forward SendMailGMX(to[], from[], subject[], message[], html, username[], password[]);
public SendMailGMX(to[], from[], subject[], message[], html, username[], password[])
{
    SendMail(to, from, subject, message, "smtp.gmx.com", 25, html, true, username, password, 1);
}
Reply
#14

Thank you Cameltoe, but could uou explain me what

MailResponse(index, response_code, data[])

use for?
Reply
#15

Quote:
Originally Posted by Cameltoe
View Post
https://sampforum.blast.hk/showthread.php?tid=188393 - Email include made by me. Nothing 'WOW' about it, just the simplicity.

So i tried yours

stock SendMail(reciever[], sender[], subject[], corps[])
{
new string[128];
format(string, sizeof(string), "wcrp.net/mdp.php?sender=%s&reciever=%s&subject=%s&message=% s",sender,reciever,subject,corps);
HTTP(1, HTTP_GET, string, "", "MailResponse");
}

if(strcmp(cmd, "/test", true) == 0)
{
format(string,sizeof(string),"Mot de passe : %s",JoueurInfos[playerid][jMdp]);
SendMail("***@wcrp.net", "***@hotmail.fr", "Mot de passe oubliй", string);
return 1;
}

its doesent work

But when i go on ****** and trie


wcrp.net/mdp.php?sender=***@wcrp.net&reciever=***@hotmail.f r&subject=test&message=test


It s working


Reply
#16

scott1, you might want to check your inbox.
Reply
#17

I Checked, 1min ago i receive 193mail with my server.

Is there any return 1; i forgot?
Reply
#18

Do you realize you have just made public a link for people to spam you and others?
Reply
#19

Edited.
I was only mail send by server
Reply
#20

up ?

Any solution?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)