Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Use Yahoo SMTP Server To Send Mails


how to know yahoo SMTP server to send mails from my website, i don't mean the code, everything is fine with it but i get this message when i send:

SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/p... in E:MYDOMAINwwwindex.php on line 24

i tried going to the website but didn't help, i also tried to change port to 465 but didn't work too

SMTP: smtp.mail.yahoo.com
PORT: 25




View Complete Forum Thread with Replies

Related Forum Messages:
Use Yahoo Smtp Mail Server
I have tried several ways to send mail but I hav failed and I m veryyyyyy upset. Now
I have few question about mail sending in php 1. I cant/dont use the smtp server of my ISP. Now which server I can send my mail thru?

2. I want to use yahoo smtp mail server. Now do I have to set yahoo smtp server name and port in php.ini? Cant I set these (both name and port)dynamically in php. if so, how?

3.If the server name I m using uses authenticated smtp, WHERE and how to put code for user id and password in php . If in mail header then in which format? Code:

View Replies !
Send An Email Through A SMTP Server
Anyone got a block of code that will send an email through a SMTP server using php? Keep in mind this SMTP server requires a username and password.

View Replies !
Send Email To An External Smtp Server ?
I am running VBulletin board, the web forum on a linux machine running apache. How to config php so that it can send email thru an external smtp server instead of local sendmail. My external smtp server is running on an NT machine.

View Replies !
How To Send Mail Using Googlemail SMTP Server ?
how I can send mail through a php script, using my googlemail account..

View Replies !
Use Any Other Smtp Server And Port To Send My Mail
I cant send a simple mail from my pc. I dont know smtp server name and port of my ISP. Cant I use any other smtp server and port to send my mail. Wud u pls tell me the name as well as the port of such smtp server. What is the name n port of yahoo.

View Replies !
Use External SMTP Server (like Google Apps) To Send Email
Is it possible to configure an external SMTP server to route all of
your outgoing mail through on Linux?

I know in php.ini there is a parameter, but it says its only for
windows? Can I do this on Linux?...

View Replies !
SMTP Server - Create A Php Script Thazt Send An Mail
i'm trynig to create a php script thazt send an mail does someone know how to set the smtp server

smtpserver=smtp1 and it is remote server not on my machine.
Itried but i've got this[color=blue][color=green]
>>Failed to connect to mailserver at "localhost" port 25, verify your[/color][/color]
"SMTP" >>and "smtp_port" setting in php.ini or use ini_set()

View Replies !
Send Mails With Delay After 25 Mails
I am writing a program to send newsletters.i am sending newsletter using mail function in Php.I want to put a delay after each 25mails.How can i put a delay.

View Replies !
As CGI Can't Send Mails
i have two different machines one with manually compiled PHP 4.3.9 and another
with PHP 4.3.9 as CGI and they seem to work just fine with only one difference:
the one that as PHP as CGI can't send mails. Why is this happening? How can I
retrieve the reason why the mail function fails?

View Replies !
Send Many More Than Two Mails
I have an email script in php that sents to two email addresses. I need to know how to expand this to send many more than two(Up to 10). Below is the script. This script is activated from another page with a form on it. Code:

View Replies !
Send Many Mails
I have a site with more than 50,000 user and I want to send newsletters to each of our site user. If I use the normal "mail" command in PHP, it will create a heavy load for the server so that after sending the email, because of the heavy traffic which gets created on the server, the email will either not be send or it can take up to one week till it gets send out.

View Replies !
PHP Mailer Send Out Around 70,000 Mails
i'm using the php mailer software (from the tutorial on this site) to send out a few emails here and there. I now need to make it work a bit hard and send out around 70,000 do you think it would handle (perhaps if i delay each batch in 100's of mails??) this or am i better with another method could any body point me in the direction of somewhere to read up on this?

View Replies !
How To Send More Than 100 HTML E-mails
We have a database with thousands of e-mail addresses, but our users can filter through those. Normally, they will filter down to about 100 e-mail addresses, and the way we have it set up now, they can check those and click an "E-mail Selected" button.

That button is simply linked to a href="mailto:" link that will open up an Outlook message with those e-mail addresses in the To: field.

But the problem we're having is that Outlook doesn't accept over about 60-ish e-mail addresses to send to. If a user clicks the button to try to send an e-mail to 90 users, the Outlook message doesn't even show up.

So now I need to know if there is a better way to send out these messages. Our users need to be able to send a fully customizeable HTML message (like you would design in Outlook) to more than 60 e-mail addresses. What are my options here? I already use PHPMailer for sending e-mails to one or two e-mail addresses.

View Replies !
Send E-mails To Bulk Contacts !
I want to know what the best way to send one e-mail to a lot of contacts ( my members here in my situation ).. as the newsletters for example..

using php code for sure note : if this would make a diiference then : the e-mails address are stored in mySQL table.

View Replies !
Send And Receive Mails Via PHP & Browser
Could anyone send me a link or a script, which is able to send e-mails, to receive them with a nice interface etc?

View Replies !
Send A Large Amount Of Mails Via PHP And MySQL.
how am I able to send a large amount of mails via PHP and mySQL. Somebody told me that it is possible to crash the mail-server when you try to send many mails to different locations.

View Replies !
Check How Many E-mails A Member Is Allowed To Send Out.
I'm having a small problem with my sql syntax. Basically I wanted to check how many e-mails a member is allowed to send out.  then using sql num rows to see how
many they have sent. Code:

View Replies !
Send Non-html Mails That Still Uses Line Breaks
I'm fixing a mailing list for our site. Is there a way to send non-html mails that still uses line breaks and such through php? Or even better a way to send an email to an adress that redirects it all to a maillist that stored in an mysql table.

View Replies !
Mail() Headers - Send Mails In Other Language Then English
I try to send mails in other language then english, lets say french there are special characters, I'm making test with mail function from php but I cant get to send a clear mail. In gmail and outlook I receive the email ok but in yahoo the characters are not interpreted corectly, does anyone know how to set the mail function headers or encode the message so it will be sent OK to all type of mail clients.

View Replies !
Send E-mails, From Localhost To My Site's Remote Members
I have apache server installed and i wish to send e-mails, from localhost to my site's remote members. Can you please tell me what i need (except the php code) in order to accomplish this? Do i need a mail server or it can be done without? I have tried using the SMTP authentication but it seems that it doesn't work.

View Replies !
Free SMTP Server Called Free SMTP Server
I downloaded a free SMTP server called Free SMTP server. And I have a PHP script that looks like this:

$to="My Email Address";
$subject="Yo!";
$message="Hi!";
mail($to, $subject, $message) or die("Failed");

View Replies !
SMTP Server - Sending Post From Php Script On Linux Server
Does any body know why send() is returning false..
where are the additional settings of SMTP server?

View Replies !
SMTP Server Response: 503 This Mail Server Requires Authentication
I get this any time I try to send an email to someone that IS NOT in the domain of the company:

Warning: mail() [function.mail]: SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server. in corpevent.php on line 21

I have it setup like this (I removed the email address domain...but its correct in the code):

// INI Settings //
ini_set(sendmail_from,"info@domain.com");
ini_set(SMTP,"mail.domain.com");
ini_set(smtp_port,"25");

$headersĀ  = "MIME-Version: 1.0";
$headers .= "Content-type: text/html; charset=iso-8859-1";
$headers .= "From: info@domain.com";

$to = $_POST['txtEmail'];
mail($to,"Your Email",$theEmail,$headers);

Why am I not allowed to send an email to anyone that doesn't have a "domain.com" at the end of the email?

View Replies !
How Can I Set PHP To Send Email Through SMTP?
I'm gonna setup a page where i can send email to anybody as an anonymous user. it's just for education purposes keep in mind.

I already have made a form which tries to email using the action mailto:myemailaddress@whatever.com but if that person sending uses Hotmail on Linux, that simply does not work.

how do i change this form to make it work with PHP?
-i know my ISP's SMTP server (my Linux didn't come with sendmail for some stupid reason)
-the SMTP server does NOT require a name or password

View Replies !
How To Send Mail With SMTP
What I want to do, is create an email form, where the user can select emails by groups from a database. So based on what group the user selects, I'm guessing I'll use SQL select query to select the appropriate user emails and print them out to the address line of the form. But I need to know the actual coding for SMTP. Is it much more complicated than the mail() function?

View Replies !
Send Mail But No Smtp
I would like to send mail from my php script. I have all that set up etc and works when i use on a server with smtp configured, however the server i am going to use this on does not have access to any smtp server, local or remote. Are there any alternatives options that i can use or is smtp the only way?

View Replies !
How To Send Using SMTP With Authentication
I want to write a script than can send emails using remote smtp server with authentication (TLS, SSL ,..), I tried to use PEAR Mail but it didn't work with TLS authentication, is that possible using PHP?

View Replies !
Read Mails From Server
i am in need of a open source code to read mails from the server and display in the application.

i searched all over the net.. but not able find one. i want to display the emails and there should be a link to reply for that mail.

i will be very gratefull if any one can help me how to do this function.

View Replies !
Get E-mails From A Pop3/mail Server
i want to make a webmail script but i don't know how to get e-mails from a pop3/mail server (with out deleting them).

View Replies !
Form On Yahoo Server
I am quite new (so please be patient if I am not using the right terminology) at this and this is the first time I have used the Yahoo server for hosting. I am ultimately trying to get a form into a database, but as I am learning I am taking it in small steps. Code:

View Replies !
Sending Mail Using Smtp Authentication To Send Emails
I need some one to help me with sending mail using smtp authentication to send emails in this script. i got this far but i do not know how to setup this to sending mail using smtp authentication to send emails. Or how do i edit this so the top script work together.

View Replies !
Sending Mails To Internal Mailboxes On Exchange Server Using PHP?
Is it possible sending mails to internal mailboxes on Exchange server using PHP? And if yes, how?

View Replies !
Connect To A Pop Server Before Use The Smtp Server
A mail sent from a host to my smtp server is refused. This happens
because you have to connect to a pop server before you can use the
smtp server. Does anybody have any code to achieve this (PHPmailer doesn't work)?

View Replies !
Problem Viewing Image File In Yahoo Small Business Server.
I have a problem viewing image file in yahoo small business server. So far my codes are working fine in my localhost but when i upload the files into yahoo server i get a 403 forbidden error. I have tried to do a check on the database and server itself and found everything to be in place. The problem is that when i try to view the darn image i still get the 403 forbidden error. I understand that you must make sure folders permissions is 0777 but how do i do it?

View Replies !
NT4 SMTP Server
anyone know where I can get one? A imap/pop3 server would be gr8 too..

View Replies !
Smtp Server
i can get the smtp server to work and send to outlook express however when i try and send to gmail or hotmail the emails won't send?

View Replies !
PHP Through SMTP On 2nd Server
One for websites and one for email, both are RedHat. I want to be able to use php mail() to submit emails from the webserver to the mail server.

i have tried different settings, but most of the settings i find refer to Windows boxes and not unix.

what settings do i have to change to make this work. The php.ini is set with:
SMTP = 'mail.server.com', but as i read this only is valid on windows installations and not unix.

View Replies !
Smtp Server Error
First of all, I'm new to PHP. For my website I have some PHP scripts to run
a photo database. New users have to register them selfs. After registring
the new user is getting an e-mail maid by an php script. But if the user
clicks on the button to sent his info, so the PHP can sent him an e-mail, it
always results in this error
Warning: mail(): SMTP server response: 451 Request action aborted; local
processing error in {the file en line number}
In the PHP.ini smtp = localhost is set {I'm running apache under windows XP
pro) and have a mail server on the same server.

--
# Antwoord onderaan en op een lege regel, dus niet achter >>> tekens #
Ik lees alleen mail gepost naar onderstaand adres.
Mike@familie-smit.nl

View Replies !
SMTP Authenticated Server
I have this small script that is supposed to send an email. I have configured my local php.ini file to point to my SMPT remote server. The problem is that my SMTP Remote mail server requires authentication. I need to use this particular SMTP server. How can I do this?

View Replies !
Windows SMTP Server
I'm trying to send email in PHP, and I was hoping someone could refer me to an SMTP server for Windows that will work with PHP? I'm not coding any PHP but rather trying to setup PHP CMS applications (Drupal, Joomla, etc).  These applications are in a test environment, so I'm not worried about getting flagged as spam.

View Replies !
Remote SMTP Server
Hi, I'm trying to setup PHP so it will use a remote SMTP server.
I'm going to sound like a newbie but how? I know you need to alter
php.ini, change SMTP from localhost to the SMTP server and the address
to the correct one but I wondered about passwords? Outlook Express
needs a password so how would I do it.
Unless anyone has any other suggestions/tutorials. Oh and just so you
know my port 25 is blocked by ISP, I think that limits my choices.

Ah forgot to mention, I managed to send a test email from my home
machine to another account using Xmail server but I can't get it to
work from a PHP script.


View Replies !
Can The SMTP Server Be An IP Address?
I asked my service provider for the SMTP address then they gave me an IP number, told me it works, but i tried it and didn't work, can the SMTP server be an IP address? if it may, is there a special way to use it?

View Replies !
SMTP Server Response
When I submitted an email address into the part of this script that you use when you forgot your password. I entered the address and submitted and got this Warning:

Warning: mail() [function.mail]: SMTP server response: 550 The address is not valid. in C:Inetpubwwwroothttphomeclasses
otification.php on line 49

I believe Line 49 is: // echo "em h:" . $this->email_headers;

Here's part of the page code: Code:

}
/**
* send email
*
* @param string $to
* @param string $subject
* @param string $message
*/
function send_email($to,$subject,$message) {

//echo "em h:" . $this->email_headers;
$result = mail($to,$subject,$message,$this->email_headers);
if ($result == false ) { return false; } else { return true;}

}

View Replies !
Free SMTP Server
Does anbody know a good, free SMTP server that is easy to set up?

View Replies !
SMTP Server Response: 554
Warning: mail(): SMTP server response: 554 <jan@DOMAIN_NAME.com>: Recipient address rejected: Relay access denied in e:domainsvvathq.co.ukuserhtdocs
ewdownload_form.php on line 58

first time i've ever encoutered such error when using mail() funtion in php..

did some research. found some threads here on phpbuilder and somewhere else regarding this.. but they all seem to be talking about ini settings, smtp, etc,etc.. complicated stuff. Code:

View Replies !
Using External SMTP Server
I need some help with an script:

// send message
if($_POST[submit]) {

// check for suspected injection strings
foreach($_POST as $name => $value) {
filter_string($value);
}

// check for unexpected newline characters
foreach($_POST as $name => $value) {
if($name != 'message') filter_string($value);
}

$_POST = safe_data($_POST, 'display');.

View Replies !
Mail() - SMTP - And Server Queue
I have made any test with high volume sent with mail() and with direct STMP connection
I monitoring under WHM of my server the QUEUE (under mail queue manager)With the first (mail()) I see only 20% in the queue, other is sent immediately With the SMTP I see 100% on the queue and I must send manually (with delivery now) and sent is really slowly.

View Replies !
Use Mail() When The SMTP Server Needs Authentication?
Is it possible to use mail() when the SMTP server needs authentication?

View Replies !
Code To Connect To A SMTP Server?
Is there anyway, while using the mail function in PHP, to write some code to connect to a SMTP server? I have a form for my website but it is not sending me the results when it is filled out and the only conclusion i have is that the site cannot connect because of authentication problem.

View Replies !
Mail Function Need A SMTP Server
im using the mail function in my script. I realised that it isn't working from my laptop but when i run the script at uni it is working perfectly and emails are sent. I then did some reseach and found that i need a SMTP server. Code:

View Replies !
Setting Up SMTP Server And Mail()
I've never seen a clear and useful post about setting up an SMTP server and getting the mail function to work properly.

Some info about my system:
Windows XP Home (SP2)
Apache 2.0.XX
PHP 5
MySQL 4.1
ActivePerl 5.8.7 (If anyone knows how to set this up with apache, please send me a pm, thanks)

I'd really like if someone could post a few links or someinfo on how to set up php's mail stuff

From what responses I've gotten in the past, I think I need an SMTP server installed on my computer, when I googled, the only results that I seemed to get were servers I would have to pay for. I'd also like to know about configuring PHP's mail functions (php.ini options) so that it will work corectly.....

View Replies !
Mail() On Linux To Use Other Smtp Server
I have written a php site that uses the mail() on windows and i had to state in the php.ini file which smtp server to use.

have now migrated this site to a redhat 9 server, but i still want the emails to be sent via the smtp server i stated earlier.

this may infact be a sendmail question, im not sure, (perhaps changing sendmail_path in php.ini) but has anyone managed to send email via mail() in php, on a linux box, that uses an external smtp server?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved