|
|
|
|
![]() ![]() |
Jan 24 2008, 12:24 PM
Post
#1
|
|
|
Advanced Member Group: Members Posts: 187 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
Hi!
How does the email function work? Does it work if I write "email-name@fantasieworld.com" or do i have to write my Hotmail account info =? |
|
|
|
Jan 24 2008, 01:43 PM
Post
#2
|
|
|
Nenad Bozidarevic Group: [MODERATOR] Posts: 993 Joined: 7-November 05 From: Belgrade, Serbia Member No.: 9,500 |
I suppose you are talking about the PHP mail() function? It can be used to send e-mail to any address you enter - or at least attempt to send it in case the e-mail address is invalid or isn't being used.
CODE $to = 'example'; $from = 'awards@google.com'; $subject = 'You have just won 49 per cent of Google\'s shares!'; mail($to, $from, $subject); This is the easiest way to use mail(), and will work even though we aren't using a proper address. In order to test it, just enter your own e-mail address in the $to variable. |
|
|
|
Jan 25 2008, 04:55 PM
Post
#3
|
|
|
Advanced Member Group: Members Posts: 187 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
Maybe i should be more cleare
I ment, can i make my own email. If my site is named fantasieworld: Can I make an email like Admin@Fantasieworld.com or something oike that, or do I have to use my hotmail? |
|
|
|
Jan 25 2008, 05:16 PM
Post
#4
|
|
|
Nenad Bozidarevic Group: [MODERATOR] Posts: 993 Joined: 7-November 05 From: Belgrade, Serbia Member No.: 9,500 |
Oh, that
However, since you do not own fantasieworld.com (correct me if I'm wrong), but fantasieworld.astahost.com, your e-mail address would look like admin@fantasieworld.astahost.com, which is ridicilous if you ask me. You are better of with Hotmail in that case. I usually re-route all the mail sent to a certain address on my domain to GMail, and then reply with the same address from GMail (a feature I discovered just recently, and find it absolutely great). |
|
|
|
Jan 27 2008, 02:53 AM
Post
#5
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 1 Joined: 27-January 08 Member No.: 27,919 |
hi friend,
for these you should register for a domain name by paying a sum of money. then you should purchase some webspace for host the site with email facility. then you can upload your html files through your server. for email you should create a SMTP and POP3 mail accounts youcan integrate these accounts into your email software such as outlook eudora etc.. thank you |
|
|
|
Jan 30 2008, 08:35 AM
Post
#6
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 1,886 Joined: 16-August 05 Member No.: 7,896 |
QUOTE then you should purchase some webspace for host the site with email facility. I would suggest to first use your astahost account for hosting your domain, this service is professional enough for your first steps. Then, move to paid hosting only after your site is so successful that your hosted account (500 megs space) is not enough for hosting your website or if you reach the bandwidth limit. I do this way for my own purposes, and unfortunately I have so few visitors that I don't exhaust my astahost diskspace and bandwidth, which is a good test for my design skills and gives a nice idea of my worldwide reputation. Regards Yordan |
|
|
|
Jan 31 2008, 07:15 AM
Post
#7
|
|
|
Advanced Member Group: Members Posts: 187 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
Ok.
Atm, I am using my hotmail account as pyost said. And when 500mb is not enough, I will see what i can do. Thanks for your help. //Feelay |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th July 2008 - 07:48 AM |