Any suggestions on an email service that doesn't require a TLS connection?

Also, how do you get it to abort sending an email. I tried a different email service and had a wrong port.. so it's been sitting there trying to send it constantly. Restart mIRC and Restarting the computer did nothing


Scratch that, doing it on a different computer and it's working with my comcast email!

Thanks a ton! One last final question..

I am trying to get it to put what they say into the text message. So if they say !text Hey Where Are you it will include that.

I have the script setup like:
Code:
on 300:TEXT:!text*:#:{ /msg $chan Hello $nick , I am now texting " $2- " to Dylan | /sendmail }


And in the body part of the script it's setup as:
Code:
set %sndmail.body $nick says " $2- "

Last edited by partyboy911; 18/11/08 12:42 PM.