goddameit Posted May 2, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted May 2, 2012 (edited) Send an e-mail to hotmail Send an e-mail to gmail with a attachmente-mail system logs file (time,operator,receiver,subject,body)Download Source Code : email.patchE-Mail System.txtDownload VBScript (Must put into your server program folder) :sendemail.zipSet :Open sendemail.vbs (with txt), write your mail account into Const fromEmailand password into Const password.If your e-mail server is gmail (Google), you will not not need to do anything after that.if not, you have to search that server stmp and port.Script Sample : email "receiver","subject","body","attachment"; input .@a$; input .@s$; input .@b$; mes "To:"+.@a$; mes "Subject:"+.@s$; mes "Body:"+.@b$; select("OK"); //set .@att$,"D:/eAthena/UpgradeLog.XML"; //attachment email .@a$,.@s$,.@b$,.@att$; close; PS :Testing \ Works in Windows7 OS.Warning :If this lead to SPAM, CRASH or ANYTHING BAD, I will not help you and be responsible for it.So checking all before using it. Edited April 26, 2013 by goddameit 8 Quote Link to comment Share on other sites More sharing options...
KingTristan Posted May 2, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 66 Reputation: 3 Joined: 04/02/12 Last Seen: September 5, 2015 Share Posted May 2, 2012 the master of scripts.... Quote Link to comment Share on other sites More sharing options...
Garfield Posted May 2, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 2 Joined: 03/23/12 Last Seen: January 12 Share Posted May 2, 2012 nice Quote Link to comment Share on other sites More sharing options...
Keritzel Posted May 2, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/29/11 Last Seen: July 14, 2022 Share Posted May 2, 2012 Amazing. Great job as always. Quote Link to comment Share on other sites More sharing options...
kiros Posted May 3, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 60 Reputation: 9 Joined: 04/16/12 Last Seen: December 5, 2019 Share Posted May 3, 2012 awesome Quote Link to comment Share on other sites More sharing options...
octobers Posted May 4, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/22/11 Last Seen: July 22, 2021 Share Posted May 4, 2012 Good job! Quote Link to comment Share on other sites More sharing options...
java Posted June 12, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 251 Reputation: 20 Joined: 12/22/11 Last Seen: July 23, 2023 Share Posted June 12, 2012 (edited) art of scripting but it would be nice if sombody make an example of this NPC .. since im too bad at scripting Edited June 13, 2012 by java Quote Link to comment Share on other sites More sharing options...
goddameit Posted June 13, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted June 13, 2012 art of scripting but it would be nice if sombody make an example of this NPC .. since im too bad at scripting already posted on #1. Quote Link to comment Share on other sites More sharing options...
java Posted June 13, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 251 Reputation: 20 Joined: 12/22/11 Last Seen: July 23, 2023 Share Posted June 13, 2012 (edited) where to put E-mail System.txt? hehe my bad . it source code Edited June 13, 2012 by java Quote Link to comment Share on other sites More sharing options...
goddameit Posted June 13, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted June 13, 2012 (edited) where to put E-mail System.txt? is ur script need something like >>>> payon,149,230,5 script sodom 108,{ payon,149,230,5 script email 108,{ email "receiver","subject","body","attachment"; input .@a$; input .@s$; input .@b$; mes "To:"+.@a$; mes "Subject:"+.@s$; mes "Body:"+.@b$; select("OK"); //set .@att$,"D:/eAthena/UpgradeLog.XML"; //attachment email .@a$,.@s$+"[No."+.@i+"]",.@b$+"[No."+.@i+"]",.@att$; close; if i run ur script so many error .. I don't. one of your problem is very not my business ** Define an NPC object. <map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,{<code>} Edited June 13, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
java Posted June 13, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 251 Reputation: 20 Joined: 12/22/11 Last Seen: July 23, 2023 Share Posted June 13, 2012 where to put E-mail System.txt? is ur script need something like >>>> payon,149,230,5 script sodom 108,{ payon,149,230,5 script email 108,{ email "receiver","subject","body","attachment"; input .@a$; input .@s$; input .@b$; mes "To:"+.@a$; mes "Subject:"+.@s$; mes "Body:"+.@b$; select("OK"); //set .@att$,"D:/eAthena/UpgradeLog.XML"; //attachment email .@a$,.@s$+"[No."+.@i+"]",.@b$+"[No."+.@i+"]",.@att$; close; if i run ur script so many error .. I don't. one of your problem is very not my business ** Define an NPC object. <map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,{<code>} owh ty it's work now Quote Link to comment Share on other sites More sharing options...
zmref Posted July 20, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share Posted July 20, 2012 (edited) where in src do I need to put the E-mail System.txt?, or do I need to create a new blank source file? Edited July 20, 2012 by zmref Quote Link to comment Share on other sites More sharing options...
kangfredy Posted January 18, 2013 Group: Members Topic Count: 112 Topics Per Day: 0.02 Content Count: 388 Reputation: 4 Joined: 05/01/12 Last Seen: October 25, 2022 Share Posted January 18, 2013 can u make video tutorial to install this script?o_oa... from Set : Open sendemail.vbs (with txt), write your mail account into Const fromEmail Quote Link to comment Share on other sites More sharing options...
Pedro Brito Posted February 24, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 20 Reputation: 1 Joined: 04/18/12 Last Seen: May 8, 2013 Share Posted February 24, 2013 How to use on linux server? Work? Quote Link to comment Share on other sites More sharing options...
goddameit Posted February 24, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted February 24, 2013 How to use on linux server? Work?no, you can't Quote Link to comment Share on other sites More sharing options...
Start Posted February 24, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 9 Reputation: 2 Joined: 01/26/13 Last Seen: August 7, 2024 Share Posted February 24, 2013 The body of e-mail is not able to receive a new line. 1 Quote Link to comment Share on other sites More sharing options...
yuchinin Posted February 20, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 120 Reputation: 48 Joined: 07/23/13 Last Seen: August 27, 2021 Share Posted February 20, 2014 goddameit This src act great, but how to add newline in body? I try add \n \r already but fail at end. Quote Link to comment Share on other sites More sharing options...
Kambroz Posted January 2, 2020 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 08/22/16 Last Seen: March 30, 2021 Share Posted January 2, 2020 Could you advise me to attach files?Since I do all the steps as shown in the example and nothing happens, just sent the mail but without attachments. PD: My operating system is Windows 10 Example: set .@att$,"C:/DocumentRO/log.txt"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.