Results 1 to 7 of 7

Thread: What are my SMTP Emailing Options?

  1. #1
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default What are my SMTP Emailing Options?

    Okay, so I failed miserably at creating a script to send an email. I tried PHP's mail() function and I tried using LibGMailer, and none of it worked. So what are my options? I need an email script, but I can't figure out what to do. Here are some of the problems that I am facing:

    1) I have a "dynamic IP address" (What is that, exactly? I know it means I can't be traced, which is why it doesn't work) and I can't change my ISP (Vonage).
    2) I don't know what was wrong with Gmail, I could connect, but that was it.

    Any suggestions would be great, thanks.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Upload to a live web server that has a functioning mail server and then you can simply use the mail() function in php; or you can set up your computer to be a server by installing either netserver or another wamp package (or install everything separately).
    1) I have a "dynamic IP address" (What is that, exactly? I know it means I can't be traced, which is why it doesn't work) and I can't change my ISP (Vonage).
    Go through a service like dyndns.com or no-ip.com.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. The Following User Says Thank You to thetestingsite For This Useful Post:

    Jas (02-19-2008)

  4. #3
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Thanks thestestingsite.
    Is there a no-cost solution? My website is non-profit, and I don't want to pay for more then the domain name ($10 a year, I think it is), and I want to host it myself (on windows XP or linux-- don't know which yet).

    (And I already have wampserver.)
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  5. #4
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    . . . Sorry, but I still don't have a solution. Is there a way to go through another server, perhaps? For free? (I know I sound cheap, but, again, it's a non-profit site, and I don't have money to burn on it. . .) What ISP's would support the mail function? Does it make a difference if the site is online or offline?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  6. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    I use dyndns.com. there is an option in my router setting s to automatically update my ip when it changes. dyndns.com and no-ip.com both have a free option...

  7. The Following User Says Thank You to benslayton For This Useful Post:

    Jas (02-19-2008)

  8. #6
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Thanks. I didn't realize that. I am guessing that it is the same as http://freedns.afraid.org/, which a friend told me about. From what I can gather, you use that site to connect your IP to your domain, so to speak. In other words, you buy a domain name, set up an account through freedns.afraid.org or dyndns.com, and that allows you to host your site and send emails through a secure, tracable IP address. Am I correct, or am I way off?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  9. #7
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Anyone have any idea?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

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
  •