/mail abc@abc.com
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.0 (of 4 scores) |
| Date Added | Dec 02, 2004 |
| Last Updated | Sep 04, 2008 |
Description
Mail function, uses a free hotmail smtp server. Usage: /mail user@blabla.com <message>. Use the \ char to seperate lines, so for example: /mail khaled@mirc.com This is line1\This is line 2\\\This is line 5. Also note that you can change the subject of your message and your OWN email addres to be changed, so it can be anything you want.
mIRC Snippet:
/mail abc@abc.com
Posted on Dec 2, 2004 9:37 pm
Posted on Dec 2, 2004 9:37 pm
interesting but why are you going to want to use mIRC to do your msn and/or hotmail mailing?
mIRC Snippet:
/mail abc@abc.com
Posted on Dec 3, 2004 7:48 am
Posted on Dec 3, 2004 7:48 am
if somebody registers with your bot with a username/password send them the password to their mail etc...
mIRC Snippet:
/mail abc@abc.com
Posted on Feb 16, 2005 2:21 pm
Posted on Feb 16, 2005 2:21 pm
Looks good! Peace & Protection 4.22 uses similar coding for the bug report/feedback section, only with dialogs. BTW, does hotmail still allow smtp connections?
mIRC Snippet:
/mail abc@abc.com
Posted on Jan 22, 2006 8:08 pm
Posted on Jan 22, 2006 8:08 pm
I guess this is old. Will it still work? Also, it would be nice to see a checkmail one, to like check your mail, and display the contents in a seperate window.
mIRC Snippet:
/mail abc@abc.com
Posted on Jun 9, 2007 12:58 pm
Posted on Jun 9, 2007 12:58 pm
i tryed this and it did not work :S
mIRC Snippet:
/mail abc@abc.com
Posted on Oct 3, 2007 2:29 pm
Posted on Oct 3, 2007 2:29 pm
Too bad this doesn't work anymore. I was really looking forward to using this. :(
mIRC Snippet:
/mail abc@abc.com
Posted on Sep 11, 2009 8:31 pm
Posted on Sep 11, 2009 8:31 pm
Does not work ;[ I wonder why?
Possible to do like ? !mail massanger message ? much need ;xx
Possible to do like ? !mail massanger message ? much need ;xx
mIRC Snippet:
/mail abc@abc.com
Posted on Sep 12, 2009 9:58 am
Posted on Sep 12, 2009 9:58 am
| Quote: |
| SaGoPa: Does not work ;[ I wonder why? Possible to do like ? !mail massanger message ? much need ;xx |
Hotmail doesn't allow smtp anymore thats why it doesnt work. when this was created it would have worked
mIRC Snippet:
/mail abc@abc.com
Posted on Sep 12, 2009 9:30 pm
Posted on Sep 12, 2009 9:30 pm
hım ;x thanks ,., How otherwise would? ;[
mIRC Snippet:
/mail abc@abc.com
Posted on Dec 21, 2009 11:01 am
Posted on Dec 21, 2009 11:01 am
I got it to work - just changed the mail servers to those of my ISP, and it works fine :D
mIRC Snippet:
/mail abc@abc.com
Posted on Dec 21, 2009 4:05 pm
Posted on Dec 21, 2009 4:05 pm
Henco what part did you change?
mIRC Snippet:
/mail abc@abc.com
Posted on Jan 29, 2010 6:26 pm
Posted on Jan 29, 2010 6:26 pm
carlosrevilla: I changed the bottom bit, so..
alias -l mailopen {
inc %mail.retry | unset %mcommand
echo 3 -a Attempting $+(smtp.tiscali.couk:25)
.sockclose mail | sockopen mail $+(smtp.tiscali.co.uk 25)
sockmark mail $1-
}
Which worked for me, so try finding out your ISPs smtp server and putting it there
alias -l mailopen {
inc %mail.retry | unset %mcommand
echo 3 -a Attempting $+(smtp.tiscali.couk:25)
.sockclose mail | sockopen mail $+(smtp.tiscali.co.uk 25)
sockmark mail $1-
}
Which worked for me, so try finding out your ISPs smtp server and putting it there
mIRC Snippet:
/mail abc@abc.com
Posted on Jan 30, 2010 6:42 pm
Posted on Jan 30, 2010 6:42 pm
does smtp.live.com work?







