Re: My Mailer Include -
Lordzy - 10.02.2013
Nice.
Had some problems with it at first, but I'm glad that it works perfectly now.
Respuesta: My Mailer Include -
oOFotherOo - 10.02.2013
Nice include !
Re: My Mailer Include -
DiGiTaL_AnGeL - 08.03.2013
Awesome work!
Re: My Mailer Include -
MattSlater - 14.03.2013
It prints "The mail was accepted for delivery" and no errors or anything, but I didn't receive an email?
Re: My Mailer Include -
Slice - 14.03.2013
Do you have an SMTP server configured? Tested? Make the PHP script do some more logging. Look in your spam folder.
Re: My Mailer Include -
MattSlater - 14.03.2013
Quote:
Originally Posted by Slice
Do you have an SMTP server configured? Tested? Make the PHP script do some more logging. Look in your spam folder.
|
No idea on that ^ and I have checked my spam folder, what is the SMTP server stuff & how can I configure it?
Re: My Mailer Include -
DiGiTaL_AnGeL - 14.03.2013
Ask
this guy.
Re: My Mailer Include -
F96 - 27.04.2013
I use it to create a registration system with confirmation code.
Re: My Mailer Include -
andreasbleck - 17.08.2013
How can I send it using direct connection to SMTP server using php? I know it is possible because in phpBB forums there is a option to configure SMTP server in ACP mailing options, so can someone send me the mailer.php and mailer.inc that uses login and password from the POST request to connect and send the mail?
PS: Sorry for bump, but I needed to know this.
Re: My Mailer Include -
Slice - 18.08.2013
Use this:
https://github.com/PHPMailer/PHPMailer
Re: My Mailer Include -
Kar - 14.05.2014
All I get is this "[13/05/2014 20:35:39] Mailer script says: ERROR" I swar

*I know I spelt swear wrong to the grammar freaks*
Re: My Mailer Include -
biker122 - 15.09.2014
Would be a bump, but ok.
I placed the mailer.php inside my webhost path i.e link/public_html/mailer.php
And compiled the script with this include.
My register system asks for an email which can be later used for retrieving password. I tried to send an email to "INPUTTED" email with SendMail function, but nothing happened. (1 hour passed)
I didn't receive anything till now.
Could someone help me in configuring this?
Re: My Mailer Include -
PawnoQ - 22.06.2015
i have an issue i would be happy in case someone could help me:
http://forum.sa-mp.com/showthread.ph...54#post3498354
thank you
Re: My Mailer Include -
Flashhiee - 28.06.2015
I recomand this. Rep+.
Re: My Mailer Include -
bocaraton - 24.07.2015
+1 on PawnoQ's question here. I don't want to disable the firewall but this is the only thing that makes sense causing it.
Re: My Mailer Include -
dzo4emkd - 23.12.2015
Mailer script says: Error: Missing parameters.
Solution?
Re: My Mailer Include -
ScIrUsna - 17.03.2016
How add picture in my sending text?
Re: My Mailer Include -
itsCody - 17.03.2016
Quote:
Originally Posted by ScIrUsna
How add picture in my sending text?
|
Код HTML:
<img src="img.png" />
Not entirely sure this supports images, then again I haven't really tried myself.
Re: My Mailer Include -
ScIrUsna - 17.03.2016
How add in format because
Код:
format( string, 100,"test message %s <img src="img.png" />", GetPlayerNameEx( playerid ) );
I will get compiler errors using " " "
Re: My Mailer Include -
iKevin - 17.03.2016
Good one.