Send email via samp - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Send email via samp (
/showthread.php?tid=599961)
Send email via samp -
CSCripMa - 01.02.2016
Hi,
There is include send email via samp. But now i want to send image, like now i'am sending text and everything ok, but how to insert image, like your project logo.
Re: Send email via samp -
Deny1 - 01.02.2016
https://sampforum.blast.hk/showthread.php?tid=197755 Here..
Re: Send email via samp -
CSCripMa - 01.02.2016
Yes i use it, but i was asking how to show image, logo when i'am sending email.
Re: Send email via samp -
Deny1 - 01.02.2016
Do you try SendMail( "your.email@here.ok", "roleplay.server@example.com", "Roleplay \"Server\"", "My \"mепlлr\" & it's sьbjйct!", "picture link or i don't know if e mail accept [IMG][/IMG]" );
Re: Send email via samp -
Deny1 - 01.02.2016
I found this for you
http://stackoverflow.com/questions/6...-in-html-email
Re: Send email via samp -
CSCripMa - 01.02.2016
SendMail( "your.email@here.ok", "roleplay.server@example.com", "Server", "Picture: <img src="link to image />" );
that?
Re: Send email via samp -
Deny1 - 01.02.2016
yes does it work?
Re: Send email via samp -
CSCripMa - 08.02.2016
No pawno gives error... Wrong syntax.
Re: Send email via samp -
Karan007 - 08.02.2016
You should use #include <a_http> for that.
Re: Send email via samp -
CSCripMa - 08.02.2016
What next?