View previous topic :: View next topic |
Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Dec 06, 2007 8:20 pm Post subject: making email |
|
|
Well, I havn't done any coding in a super long time. And I wanted to make an email. But I'm trying to decide if I should do it as a website or as a program. I can't really think of any pros or cons right now so I was hoping you guys could help me choose and then help me figure out how to make one, because Google failed me xD
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Thu Dec 06, 2007 10:48 pm Post subject: |
|
|
What you means? like making a mini hotmail server or something like that?
_________________
|
|
Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Fri Dec 07, 2007 5:07 am Post subject: |
|
|
Where do you get the SMTP and POP3/IMAP Server?
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Fri Dec 07, 2007 9:41 am Post subject: |
|
|
Well, I mean like making a website for email. But since I've never really touched this category before, I don't know what a SMTP and POP3/IMAP Server are, or what they do. So some information would be nice.
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Fri Dec 07, 2007 5:55 pm Post subject: |
|
|
So like SMTP is to send email and POP3 is to receive email?
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Fri Dec 07, 2007 7:17 pm Post subject: |
|
|
oib111 wrote: | So like SMTP is to send email and POP3 is to receive email? |
exactly. haven't you ever set up a normal email account using microsoft outlook/outlook express before? i'd check that out before you start your project lol.
_________________
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Fri Dec 07, 2007 10:42 pm Post subject: |
|
|
I remember, I used to use that. But my dad set it up for me, he showed me how, but it was a while ago. I remember something like [email protected] or somethingl ike that.
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Dec 08, 2007 12:38 am Post subject: |
|
|
oib111 wrote: | I remember, I used to use that. But my dad set it up for me, he showed me how, but it was a while ago. I remember something like [email protected] or somethingl ike that. |
pop.registeredsite.com
_________________
haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Sat Dec 08, 2007 3:05 am Post subject: |
|
|
Xenephobe wrote: | oib111 wrote: | I remember, I used to use that. But my dad set it up for me, he showed me how, but it was a while ago. I remember something like [email protected] or somethingl ike that. |
pop.registeredsite.com  |
yah in the format as xenephobe wrote, except it can be pop or pop3 depending on ur isp.
_________________
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Dec 08, 2007 3:58 pm Post subject: |
|
|
My dad tried explaining it to me. It was like, one SMTP server starts a conversation with another that has a list of emails or w/e, and they have a conversation until they agree that they can send it. So it sends to the server. Then when you go to your email, like in yahoo, it locates the POP3 server and your name, downloads the mail and then makes it viewable. Something like that right?
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Sat Dec 08, 2007 5:05 pm Post subject: |
|
|
oib111 wrote: | My dad tried explaining it to me. It was like, one SMTP server starts a conversation with another that has a list of emails or w/e, and they have a conversation until they agree that they can send it. So it sends to the server. Then when you go to your email, like in yahoo, it locates the POP3 server and your name, downloads the mail and then makes it viewable. Something like that right? |
sounds good. i don't exactly know in full detail, but in email programs like outlook express and stuff they also have to check the user name and password to be able to connect.
_________________
|
|
Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Sat Dec 08, 2007 6:29 pm Post subject: |
|
|
If you really really really want to make a mail server try IMP.
http://www.horde.org/imp/
and download their PHP based thing.
|
|
Back to top |
|
 |
|