Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: emailing from a localhost

  1. #21
    Join Date
    Feb 2008
    Location
    Coventry
    Posts
    103
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default

    Right ok, whats an alias?
    when i go onto add aliases, i have alias and real address.
    what goes in what? an example would be great cos this bit just confused me. sorry :S
    The important thing is not to stop questioning. Curiosity has its own reason for existing.

  2. #22
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by city_coder View Post
    Right ok, whats an alias?
    when i go onto add aliases, i have alias and real address.
    what goes in what? an example would be great cos this bit just confused me. sorry :S
    I questioning myself now if you need an alias! You normally would use an alias instead a full email address when mail is local. But since you don't have a domainname all is local. But this will work

    alias account@localhost
    real address account.

    Of course account isn't taken literally; but the account you made. But try without too. Now make an new account in your favourite mailclient with the ip address of the mailserver (smtp/pop)

  3. #23
    Join Date
    Feb 2008
    Location
    Coventry
    Posts
    103
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default

    so if i put in alias account:
    account@localhost
    and in real address account:
    email address that i use in real life

    and why do i have to create an account in a mail client? because i need to set the ip address of the mailserver? what is that address? how do i find that out?
    The important thing is not to stop questioning. Curiosity has its own reason for existing.

  4. #24
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by city_coder View Post
    so if i put in alias account:
    account@localhost
    and in real address account:
    email address that i use in real life

    and why do i have to create an account in a mail client? because i need to set the ip address of the mailserver? what is that address? how do i find that out?
    city_coder,

    I'm worried about you. Before I answer; are you using a single machine or using a separate one? Because that makes a difference.

  5. #25
    Join Date
    Feb 2008
    Location
    Coventry
    Posts
    103
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default

    lol yeah well the way i learn is through examples and telling me why things happen at each stage and we havent done it that way so thats why im asking so many questions.

    yeah only the 1 machine. but i will be asking how to do it with 2 machines later
    The important thing is not to stop questioning. Curiosity has its own reason for existing.

  6. #26
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    When it's on a single machine forget about the alias. You won't need it.
    Code:
    and why do i have to create an account in a mail client?
    What point is there to mail the message if you won't fetch them. Another reason is to test if your mailserver is working. Ok, you're good to go.
    Load up your form and see if your php file inserts it into the database and sends mail to mercury

  7. #27
    Join Date
    Feb 2008
    Location
    Coventry
    Posts
    103
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default

    Ok nearly good to go, i havent set up the mail client yet. Im gona use outlook express as thats just installed obviously

    What address do i put in? the address that im putting into the form? Also what is the IP address of the mailserver? how do i get to it?
    The important thing is not to stop questioning. Curiosity has its own reason for existing.

  8. #28
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Since it's on the same machine you can use localhost

  9. #29
    Join Date
    Feb 2008
    Location
    Coventry
    Posts
    103
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default

    ok so my fake email account is account@localhost on outlookt express

    then it wants me to choose my incoming mail server:
    POP3, IMAP or HTTP

    which one?

    then it wants me to enter my incoming mail server, what goes in there?

    also u didnt say what/how i can get my IP address of my mail server!!!!!!!!!!!!!!!!!!!!!!
    The important thing is not to stop questioning. Curiosity has its own reason for existing.

  10. #30
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by city_coder View Post
    ok so my fake email account is account@localhost on outlookt express

    then it wants me to choose my incoming mail server:
    POP3, IMAP or HTTP

    which one?

    then it wants me to enter my incoming mail server, what goes in there?

    also u didnt say what/how i can get my IP address of my mail server!!!!!!!!!!!!!!!!!!!!!!
    HAHA, Oh man you remind me of my best friend. Sometimes I am puzzled why he is asking noob questions. So what I do; when he leaves his pc I install the programs he wants. When he asks what I did I just say I can't remember.
    Anyaway. POP3/SMTP all are localhost. No need for IP for anymore (single machine).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •