Send email
#1

Hi,

I found here email sending function and i'am succefully send emails to players. But i want to add my project logo. I try search in gmail settings but there is only signature which create my logo in end of message. What is way to show my logo every mail i send?
Reply
#2

Mail should be send as html, and you have to add in mail
Код:
<img src='http://your-domain.com/path_to_image.png'>
Reply
#3

I could do it with sa-mp

Код:
SendMail( "email@email.lt", "email@email.lt", "Server", "Testing logo", "<img src='http://your-domain.com/path_to_image.png'>\n\nTest message" );
or i need create php file and http?
Reply
#4

I don't know which include did you use.
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=197755
Reply
#6

replace your php file with this http://pastebin.com/M0DXCDxQ
Then to send logo in mail use html, like this :
Quote:

<center><img src='http://your-domain.com/path_to_image.png'></center>
Rest of mail here

Reply
#7

You mean in pawno sendmail use this

<center><img src='http://your-domain.com/path_to_image.png'></center> ?
Reply
#8

And in that php where you give i saw mistake

Код:
"<html><body>".$_POST[ 'm' ]."</html></body>",
</html> should not be in end?

Код:
"<html><body>".$_POST[ 'm' ]."</body></html>",
Reply
#9

Oh my bad </html> should be at end and yes i mean in pawno use that
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)