SphereCommunity
sphere send email - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Submissions (/Forum-Script-Submissions)
+--- Thread: sphere send email (/Thread-sphere-send-email)



sphere send email - evening - 09-21-2016 08:10 PM

remove the extra modules
change transcoding occupy too large
[Image: send0.png]
[Image: send1.png]
[Image: send2.png]
[Image: send3.png]
part of the code
[Image: send4.png]
I deleted all my posts, because some people think that this program have Trojan.
It makes me really disappointed.
Using this program, please carefully think clearly.
This is a Chinese language program, not a C ++ or other programming languages
There upx shell
Antivirus program should have error report
I can guarantee that this program does not have any viruses and Trojans
If you think it was a virus or trojan, please do not download, do not come to question me, I think this is an insult

Sendemail


RE: sphere send email - rastrero - 09-21-2016 09:49 PM

Sorry buddy, But in your last post the .exe file was too heavy and I did suspect a lot.

https://www.virustotal.com/es/file/e4e4f439773667e61ef8658ad04784b0cc282b1dd6695aacaf7bd7c27ea2e6a2/analysis/1474458226/
Last sCan: 11/52

Thx for the contribution


RE: sphere send email - Criminal - 10-06-2016 05:21 PM

[Image: 50e9b08879.png]
@ XP


RE: sphere send email - Kanibal - 10-07-2016 12:01 AM

Try this (Attached File)

Original link http://www.sendmail.com/sm/open_source/download/


RE: sphere send email - evening - 10-08-2016 05:52 PM

(10-06-2016 05:21 PM)Criminal Wrote:  [Image: 50e9b08879.png]
@ XP

not run send.exe

enter game command .sendemail <to email addres> <title> <text>


RE: sphere send email - Kanibal - 10-08-2016 10:26 PM

If someone really need this function? Confused


RE: sphere send email - evening - 10-08-2016 11:38 PM

I think this feature in the script can achieve a lot of function synchronization


RE: sphere send email - Kanibal - 11-27-2016 09:41 AM

sendmail for sphere. Windows only. VB.Net source code included.

How to use:
1) Change config.ini
2) OF_FileCommands must be enabled in sphere.ini
and then somewhere in *.scp
Code:
[FUNCTION f_mail_test]
local.spawn = <sysspawn sendmail.exe mailTo mailSubject mailBody>
return 0
Bye