Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
smtp
- Page 1
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Biiim
… require 'includes/PHPMailer/src/PHPMailer.php'; require 'includes/PHPMailer/src/
SMTP
.php'; date_default_timezone_set('Etc/UTC'); //$remoteaddr = $_SERVER["REMOTE_ADDR"…(); $mail->Host = 'mail.example.com'; //Set the
SMTP
server to send through $mail->SMTPAuth = true; $mail-&…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by programmer_5
Reducing spam bots I strongly suggest to use
SMTP
, I would prefer to use PHPMailer which get more secure and handle professionally templates.
SMTP Error: Could not connect to SMTP host.
Programming
Web Development
12 Years Ago
by hwoarang69
…IsSMTP(); $mail->Mailer = "
smtp
"; $mail->Host = "
smtp
.gmail.com"; $mail->SMTPAuth …//$mail->Host = "ssl://
smtp
.gmail.com"; $mail->Port = 465; //…set
smtp
port for the gmail $mail->Username …
Re: SMTP Error: Could not connect to SMTP host.
Programming
Web Development
12 Years Ago
by hwoarang69
…gt;SMTPDebug = 2; $mail->Mailer = "
smtp
"; $mail->Host = "
smtp
.gmail.com"; $mail->SMTPAuth = true; $mail…ssl"; //ssl or tls $mail->Port = 465; //set
smtp
port for the gmail $mail->Username = "sender@gmail…
SMTP
Programming
Web Development
14 Years Ago
by styleest
Please i need someone to help me on how to set my
SMTP
so that i can send mails. I work in an office that uses intranet and i was given the
SMTP
server and port no. but i dont know how to configure it. Pls someone help me
Re: SMTP
Programming
Web Development
14 Years Ago
by Borzoi
If it's in your place of work, contact your IT department. It's likely they're using the default
SMTP
port but you will need to ask them as they may have changed it.
SMTP
Programming
Web Development
14 Years Ago
by pius12
pls can anybody helpme with
smtp
ip and password or php inbox mailer i we be greatful ,here is my email [removed]
Re: SMTP Error: Could not connect to SMTP host.
Programming
Web Development
12 Years Ago
by vibhaJ
…// 2 = messages only $mail->SMTPAuth = true; // enable
SMTP
authentication $mail->SMTPSecure = "ssl"; // sets the prefix…"); $mail->Subject = "PHPMailer Test Subject via
smtp
(Gmail), basic"; $mail->AltBody = "To …
Re: SMTP Error: Could not connect to SMTP host.
Programming
Web Development
12 Years Ago
by vibhaJ
…code for debugging. $mail->SMTPDebug = 2; // enables
SMTP
debug information (for testing) // 1 = errors and messages…messages only $mail->SMTPAuth = true; // enable
SMTP
authentication $mail->SMTPSecure = "ssl"; //…
SMTP + PHPmailer problems on Windows Server
Programming
Web Development
13 Years Ago
by stereoworld
… and messages // 2 = messages only $mail->SMTPAuth = true; // enable
SMTP
authentication // $mail->SMTPSecure = "TLS"; $mail->Host… Last"); $mail->Subject = "PHPMailer Test Subject via
smtp
, basic with authentication"; $address = "tom@test.co.uk…
Re: SMTP + PHPmailer problems on Windows Server
Programming
Web Development
13 Years Ago
by stoopkid
… had to add an exception on the network to allow
SMTP
emails to be sent from a web site. For me…
smtp problem
Programming
Web Development
12 Years Ago
by dre31ex
… mailer but the problem i think i have is the
smtp
whenever i changed in php.ini is not updated in… me find the error and possible reasons why aint the
smtp
being changed whereas the smtp_port can be changed..and one… i just want to make this work.(i tried
smtp
.mail.yahoo.com,
smtp
.gmail.com, own mailserver) no change, still localhost…
smtp 5.5.1 authentication required in email app
Programming
Software Development
10 Years Ago
by Shifas
… vb.net" Dim
SMTP
As New SmtpClient("
smtp
.gmail.com")
SMTP
.EnableSsl = True
SMTP
.Credentials = New System.Net…gmail.com", "989551542b")
SMTP
.Port = "587"
SMTP
.Send(Mail) Catch error_t As Exception MsgBox…
SMTP email prob?
Programming
Web Development
15 Years Ago
by sarithak
…, 'Phone No'=>$phone, 'Message'=>$Family); $
smtp
= Mail::factory('
smtp
', array ('host' => $host, 'auth' =>…=> $username, 'password' => $password)); $mail = $
smtp
->send($to, $headers, $message); if (PEAR::isError($mail)) {…CODE]Failed to add recipient: xxx@xxxxxx.com [
SMTP
: Invalid response code received from server (code: …
smtp authentication and filed vaildation script
Programming
Web Development
13 Years Ago
by jcomputing
…* * * * * * * SEND EMAIL FUNCTIONS * * * * * * * * * * * * * */ //This will send an email using auth
smtp
and output a log array //logArray - connection, function authSendEmail($email…logArray['authpassword'] = "$smtpResponse"; //Say Hello to
SMTP
fputs($smtpConnect, "HELO $localhost" . $newLine…
SMTP error
Programming
Web Development
12 Years Ago
by neha05
Invalid address: Invalid address:
SMTP
-> ERROR: Failed to connect to server: Connection timed out (110)
SMTP
Error: Could not connect to
SMTP
host. Mailer Error:
SMTP
Error: Could not connect to
SMTP
host.
Re: smtp error
Programming
Web Development
15 Years Ago
by muralibobby2015
i was changed
smtp
=
smtp
.localhost.com in php.ini. and now i am using email concept. in that i am using class.phpmailer.php and class.
smtp
.php. in my phppage i wrote as
smtp
=
smtp
.localhost.com, smtpauth=true; and also there is
smtp
username and password. how to find
smtp
username and password of my p.c
Re: smtp setting
Programming
Web Development
14 Years Ago
by vibhaJ
… sending mail from gmail account, i got below error. [CODE]
SMTP
-> ERROR: Failed to connect to server: Unable to find… enable it when you configured PHP? (24)
SMTP
Error: Could not connect to
SMTP
host. Mailer Error:
SMTP
Error: Could not connect to…
Re: Smtp Mail not working, I'm at a loss.
Programming
Software Development
14 Years Ago
by Alan81
… mm.IsBodyHtml = isHtml; SmtpClient
smtp
= new SmtpClient();
smtp
.Host = "
smtp
.gmail.com";
smtp
.EnableSsl = true; System.Net.… NetworkCred.Password = "mypassword";
smtp
.Credentials = NetworkCred;
smtp
.Port = 587;
smtp
.Send(mm); } [/code]
Re: smtp configuring
Programming
Web Development
17 Years Ago
by digital-ether
… have right now? You can test to see if the
SMTP
server you have in the settings actually works. In window… example.com 25 where example.com is your
SMTP
server and 25 is the
SMTP
Port. Hit enter.. Type in: ehlo If…. You will most likely also need to authenticate with the
SMTP
server in order to send mail through it to other…
smtp setting
Programming
Web Development
14 Years Ago
by vibhaJ
….mydomain.com[/url] Now i want to configure
smtp
setting in my local pc. Below is the… password. [CODE] [mail function] ; For Win32 only.
SMTP
= mail.mydomain.com smtp_port = 25 [/CODE] And it…this detail and can use my domain's
smtp
. What is the reason behind working of …i want to use my gmail account info for
smtp
. Is it works? what is the steps …
Smtp and datetime error
Programming
Software Development
10 Years Ago
by Andrae
…that every time i try to test out the
smtp
i get an error ` Traceback (most recent …#Sending Email try: self.server = smtplib.
SMTP
('
smtp
.gmail.com',25) self.server.
smtp
.ehlo() self.server.starttls() self.server.ehlo()…
Re: SMTP mail without php.ini
Programming
Web Development
17 Years Ago
by digital-ether
…=ryy705;591719]Hello, Is there a way to send
smtp
mail without messing with php.ini file? A lot of…smtpauth[/url] Here is an example of sending email to
SMTP
server via telnet: [url]http://www.yuki-onna.co.….example.com', 25); if ($fp) { // send you
smtp
command fputs($fp, '
SMTP
command goes here... '); // make sure it worked fgets($fp…
Re: SMTP Error: Could not authenticate.
Programming
Web Development
15 Years Ago
by ozman26
… few feet away. Same code, same everything.
SMTP
-> FROM SERVER:220 BLU0-SMTP22.blu0.hotmail…Mon, 26 Apr 2010 11:13:49 -0700
SMTP
-> FROM SERVER: 250-BLU0-SMTP22.blu0… 250-VRFY 250-TLS 250-STARTTLS 250 OK
SMTP
-> ERROR: AUTH not accepted from server….7.0 Must issue a STARTTLS command first
SMTP
-> ERROR: RSET failed: 530 5.…
Re: smtp problem
Programming
Web Development
12 Years Ago
by diafol
You need to run a
smtp
server off your machine to send email. XAMPP comes with Mercury Mail. Other downloadable ones: Pegasus. This is prob. the best way. I think you can also send via your ISP/website, BUT *I think* it must be configured to allow unauthenticated mail requests from your server.
Re: SMTP error
Hardware and Software
Networking
3 Months Ago
by Roni_7
… a few things to check:
SMTP
Server Details: Ensure you have the correct
SMTP
server address and port. Double-check… sure you're using the correct port for your
SMTP
server (usually 587 or 465 for SSL/TLS). Firewall…your firewall or antivirus is blocking the connection to the
SMTP
server. Network Issues: Verify that your network connection …
Re: smtp error
Programming
Web Development
15 Years Ago
by muralibobby2015
… problem is here: [CODE] C:\wamp\www\murali\includes\class.
smtp
.php on line 83 [/CODE] You're running on WAMP… mailfunction in php.ini and change according to you domain
SMTP
=
smtp
.localhost.com sendmail_from = [email]manager@localhost.com[/email][/QUOTE] How…
Re: smtp setting
Programming
Web Development
14 Years Ago
by rajarajan2017
…;http://www.tutorialized.com/view/tutorial/Sending-e-mails-via-
SMTP
-with-PHPmailer-and-Gmail/52515"]http://www.tutorialized.com…/view/tutorial/Sending-e-mails-via-
SMTP
-with-PHPmailer-and-Gmail/52515[/URL]
Re: smtp setting
Programming
Web Development
14 Years Ago
by vibhaJ
… i connect with different machine. [CODE] Warning: mail() [function.mail]:
SMTP
server response: 550-(TEST-PC) [xx.xx.xx.xx]:50406… 550-in the last 30 minutes or do not have
SMTP
Authentication turned on in your 550 email client. in C…
Smtp 25 blocked externally
Hardware and Software
Microsoft Windows
14 Years Ago
by jlego
…, all outgoing mail is relayed off a smart host (ISP
smtp
server) so nothing is actually sent to the world via… reverse DNS ? should my exchange server be able to accept
smtp
requests, requiring authentication before i am able to send from… thinking that the nat is not configured to route the
smtp
25 request to the exchange server.. thanks
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC