Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6623297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:30:59+00:00 2026-05-25T21:30:59+00:00

i’ve got a php function which sends emails fine but I want it to

  • 0

i’ve got a php function which sends emails fine but I want it to use the smtp server i have specified in the ini.set function.

if i delete these 3 lines of code the email still sends fine.

the reason i want to use the smtp server is because sometimes this does not work to certain mail hosts.

connect();

    $username = mysql_real_escape_string($_POST['username']);

    $result = mysql_query("SELECT email FROM members WHERE username = '$_POST[username]'")
                or die ("Error - Something went wrong.");

    $row = mysql_fetch_array($result);
    $useremail = $row['email'];

    $name = "name";
    $mail_from = "noreply@name.com";
    $mail_to = "$useremail";
    $mail_body = "Hello. Thank you for registering. Please click the link below to confirm your email address. ";
    $mail_subject = "Confirm you registration".$name;

    $mail_header = "From: ".$name." <".$mail_from.">\r\n";

    ini_set ("SMTP", "ssl://serveraddress");
    ini_set("smtp_port","465");
    ini_set("sendmail_from","noreply@name.com");

    $sendmail = mail($mail_to, $mail_subject, $mail_body, $mail_header);

    if($sendmail == true) { mail("john@name.com", "email sent ok", "email sent to '$_POST[email]'", "yea sent ok");}
    Else { mail("john@name.com", "email ERROR", "email not sent to '$_POST[email]'", "yea we got a problem");}

}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:31:00+00:00Added an answer on May 25, 2026 at 9:31 pm

    If you are serious about sending mass mailing in your web application, i’d look at the SwiftMailer library, its free and relatively easy to setup and you can set your own SMTP transporter live.

    Else than that, i have had issues with sending mail to hotmail and yahoo before where the email just doesn’t get there when you use the “mail()” function. Keep in mind that the web email clients are very picky about headers, structure and security and may refuse emails not written by real clients easily.

    If you want to test out something like that, just use a local-address@your-domain email, this will usually not filter it out. Now if the mail doesn’t get there, you know it’s something else.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to count how many characters a certain string has in PHP, but
I have a French site that I want to parse, but am running into
I want to construct a data frame in an Rcpp function, but when I
I am trying to understand how to use SyndicationItem to display feed which is
this is what i have right now Drawing an RSS feed into the php,
I want use html5's new tag to play a wav file (currently only supported
I have a text area in my form which accepts all possible characters from
I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.