Tagged Questions
0
votes
1answer
60 views
Solution to Send Bulk Emails in a Short Span Using PHP Application [closed]
I've a authenticated database of one million e-mail IDs. I need to send a single email to all these email IDs.
I've a PHP web application using simple PHP mail() function. But i found it is not ...
0
votes
0answers
21 views
Missing attachement in mail sent through Mime / SMTP Gmail Server (PHP, PEAR)
I am sending an Email from my server through SMTP Gmail using Pear's Mail Mime. However when I add an attachement it simply does not show up.
$smtpinfo["host"] = "ssl://smtp.gmail.com";
...
0
votes
2answers
40 views
pear mail, setting and using
I am a begginer, so please advise.
Facts : try to use pear's mail and make it work. I installed pear, mail, and Net. I use Apache 2.2.22, PHP 5.3.13, Windows 7. The whole system is installed localy ...
0
votes
1answer
31 views
PHP: Send email reliably and handle errors robustly
I'm making my first site for a learning exercise as I've been a java back-end developer. I am setting up a user registration form and since this is going to be my user's first glimpse at my site, I ...
0
votes
0answers
33 views
SMTP Pear auth errors
I have found this script online
<?php
include('Mail.php');
$recipients = 'from@test.com; //CHANGE
$headers['From'] = 'from@test.com'; //CHANGE
$headers['To'] = 'to@test.com; //CHANGE
...
0
votes
1answer
103 views
Pear Mail gets send to hotmail's junk folder
im trying to send email from my VPS to a hotmail account using postfix and PEAR Mail, its sends perfectly to yahoo, gmail, but to hotmail goes straight to junk, i know whis question has been asked ...
0
votes
1answer
37 views
PHP Pear Mail SSL Trouble Connecting
I am receiving
Failed to connect to ssl://smtp.gmail.com:587 [SMTP: Failed to connect socket: (code: -1, response: )]
when I try to send out SMTP email. I've tried both ssl:// and tls:// with no ...
0
votes
1answer
41 views
PHP Pear Email Text Encoding not being excepted
How do I correctly set the text encoding for a multi-part email using Pear?
I've looked at many examples and I believe I am setting it correctly. However, When sending emails they are arriving with ...
0
votes
0answers
31 views
pear php mail: “to” value from bcc list
trying to send out an email to a list of emails using pear.
I have this:
$to = ""; //
$Bcc = "email1@test.com, email2@test.com"; //
$headers = array(
'From' => ...
0
votes
2answers
553 views
What should my php.ini file settings should be to send email via php on godaddy?
Assuming that my domain name is pleasework.com and my email is contact@pleasework.com. What configuration settings does my godaddy linux server need to send mail via php. I've tried using PEAR to send ...
0
votes
1answer
128 views
Why is my godaddy website emails smtp not being sent?
I'm using PEAR Mail function to send my emails to clients. The code is written bellow.
<?php
require_once('Mail.php');
$email = $_POST['email'];
$subject = $_POST['subject'];
...
-1
votes
2answers
27 views
PEAR Mail error suspected
I am working on migrating a form processing script using the PEAR Mail.php library from one site to another within PHP5.
The script is pasted at the bottom fo this message. Everything seems to be ...
0
votes
1answer
114 views
Pear Mail (Gmail SMTP) - Failed to connect socket
I'm trying to send an email to gmail using Pear Mail but I'm having error:
Failed to connect to ssl://smtp.gmail.com:465 [SMTP: Failed to connect socket:
Unable to find the socket transport "ssl" - ...
0
votes
1answer
90 views
Pear PHP Mailer Emails Sender and Recipient
I'm using Pear PHP Mailer to send an email through SMTP to a number of recipients, but for each one, it sends an additional email to the sender's email address as well.
This is my code: Any help is ...
1
vote
2answers
59 views
pear mail error
Ok. I have used the apparently working code(the main top answer with 136 green ticks):
Send email using GMail SMTP server from PHP page
in my php mail script, replacing the gmail user and pass with ...
0
votes
1answer
47 views
Pear Mail debugging
I have this stupid problem with Pear Mail:
I have script looking like that:
$params['host'] = $config['smtp_host'];
$params['port'] = $config['smtp_port'];
$params['auth'] = ...
0
votes
1answer
117 views
PEAR Mail, setting the content-type header breaks the email
I'm trying to send UTF-8 emails using PEAR, however whenever I set a content-type header the sent email gets broken in a weird way.
These are the settings I use for the headers and pear itself:
...
0
votes
0answers
36 views
Set email envelope to show it has come from an external source with PHP Pear Mail
I have someone whos email system is blocking emails being sent from our form using PHP's Pear SMTP mail.
The IT department has come back with the following response.
Looking at the email headers ...
0
votes
1answer
207 views
Message: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory
i am trying to send mail with PHP via SMTP. I used tiny php script that should work just fine. I think there is a problem with the includes and/or server settings.
I keep getting an error:
Message: ...
0
votes
0answers
88 views
Pear Mail, unable to set sender to error
I installed Pear Mail, and get the following error, when trying to send mail.
searched the web, without any answer, any clue of what's happening?
Hi, I installed Pear Mail, and get the following ...
2
votes
1answer
115 views
addHTMLImage not working
I am working on a project that sends out HTML emails to people after a forum is filled out, I have gotten the HTML portion of the code to work but for some reason cannot get the banner image to appear ...
-1
votes
1answer
191 views
how to install packages mail and mail_mime (pear)
I already installed pear to my server by creating and launching 'website.com/go-pear.php'
However, now i need to install the packages mail and mail-mime and I'm lost. I need these in order to set up ...
0
votes
1answer
36 views
Mail PEAR not found
I'm having problems including PEAR Mail package in my php web application. Every time I get
PHP Fatal error: require_once(): Failed opening required.
I'm 100% PEAR Mail is installed in server ...
2
votes
1answer
62 views
PEAR installed but not working. Where is PEAR.php?
I've installed PEAR using pyrus.phar in C:\PEAR for PHP on IIS7. I've also downloaded the PEAR Mail package when I require_once the file Mail.php, I get HTTP Error 500.0 - Internal Server Error.
Here ...
0
votes
0answers
50 views
How do I work with PEAR? [closed]
I have downloaded and installed PEAR and also its Mail package for PHP5.3.8 on IIS7. How do I send Email using PEAR Mail package?
I am trying the following code but I am getting a HTTP Error 500.0 - ...
0
votes
2answers
306 views
pear mail function bcc won't send
I copied a code for PEAR mail from a website, and input my data. It works. It sends mail, however, I want to use bcc to send to a lot of people and keep their addresses anonymous, and it will send to ...
0
votes
1answer
55 views
Setting a return-path when sending trough Yahoo servers returns error 553
I'm using the following code to send the emails and it was working ok
$headers = array (
'From' => $emailAddress,
'To' => $emailDest,
'Subject' => $subject,
...
0
votes
1answer
75 views
Remove the signature from a MIME encoded email with PHP
I am reading mails from a pop3 server with imap and decoding them with a mailparse class which uses PEAR Mimedecode.
I was wondering if there's any way to get the signature or just to remove it from ...
0
votes
0answers
67 views
Pear Mail function not sending Email
I have a problem with the following code, and I cannot figure it out.
I'm using this bit of code with the VALID values, but it does NOT send any email to the recipient...
<?php
...
0
votes
1answer
201 views
Syntax for sending a email header attachment [duplicate]
Possible Duplicate:
How to send emails with PHP using the PEAR Mail package with attachment
I want to send an email with PHP using a generated attachment (not a file on the server), I was ...
0
votes
1answer
172 views
php pear email works with gmail smtp, but no emails get sent with local server
I just upgraded to ubuntu 12.04, installed pear, mail and mail_mime. I am using a sample code below. It used to work, but I am not sure If I had some changes made in php.ini. It has been sometime ...
0
votes
1answer
127 views
PEAR Mail won't connect to gmail, throws error
Solved. Bluehost is blocking the port and they won't unblock. Hope this helps someone else.
I am using the PEAR mail script given in this code example:
Send email using GMail SMTP server from PHP ...
0
votes
1answer
78 views
smtp emails from cakephp vender returning: code: -1, response: lid mail address 'no-reply')]
I have a cakephp site, built by another developer that sends emails with a vender ('smtpmail'), this has worked fine in the past but just migrated to another server and I am now getting the below ...
1
vote
1answer
142 views
PHP/PEAR Mail Not Sending as Text Message
I'm working on a script that will send text messages via email (i.e. ###@txt.att.net) and PHP's simple mail() function was not working. I could send email messages just fine through that method, but ...
0
votes
0answers
167 views
Use pear Mail_mimeDecode object to easily compose new message
Help me please to compose new email message using PHP Pear Mail_mimeDecode structure.
I hope that there are php classes or libraries exist to convert mail_mimeDecode object to new message without ...
1
vote
0answers
54 views
How do I specify the e-mail I want to send to when using PEAR Mail Queue's sendMailById() method?
I'm using PEAR Mail_Queue for sending out newsletters. I have struggled so much with PEAR Mail, but I'm finally at a point where everything seems to work perfect. I'm keeping the queue and using the ...
1
vote
1answer
92 views
Finding PEAR HTML Email impossible
Ok, been trying for hours, looking at heaps of questions and documentation, having no luck.
I can send plain text emails fine from a gmail account using PEAR. No problems.
But I realised I needed a ...
0
votes
1answer
1k views
PHP: PEAR mail message error
I can send an email by the code in this (url:http://stackoverflow.com/questions/712392/send-email-using-gmail-smtp-server-from-php-page)
but the errors shown as following...
Strict Standards: ...
0
votes
2answers
208 views
Pear Mail Package - Embed An URL Inside E-Mail Body Text
I'm using the Pear Mail Package to send an e-mail via G-Mail (using SMTP) for a website I'm developing. When someone registers with the website, the user must first click a link in the confirmation ...
0
votes
0answers
174 views
PEAR::Mail Notice Strict Standards error
Installed PEAR Mail library and really like how it works, much better than PHP mail() function. However, I'm getting the strict standards notices showing up in the error_log with every mail sent. ...
0
votes
1answer
86 views
Sending email in PHP [closed]
I'm trying to send email using PHP. I found many posts here and I feel lost. I tried to use many codes but none of them works.
Finally, I read about PEAR and I have the following code, I'm working on ...
0
votes
0answers
55 views
Separating email server and application server
I have been assigned a task to separate email server and application server. I have little knowledge of server. I am using PHP. Earlier I use to send using phpmailer class. Now I have been asked to ...
0
votes
2answers
465 views
How to send emails with PHP using the PEAR Mail package with attachment
I am trying to send an email with PHP by using the PEAR mail package with an attachment. The email sends successfully with a code I got from the internet. However, the attachment does not get sent or ...
0
votes
0answers
63 views
does php mail using PEAR::Mail and PEAR::Mail_Mime use a SMTP server?
So I am trying to send an email with an attachment using php and the PEAR modules mentioned above. It works at home, however it does not work at the place I am working at. After some time has passed, ...
0
votes
1answer
172 views
Error message on sending test message with PEAR mail
I have installed the latest versions of PEAR Mail and Mail_Mime and I'm trying to send a test message, using the following test email from this page, i.e.
<?
...
1
vote
1answer
326 views
PEAR mail, using web form to get $to
I am trying to switch a webpage from regular PHP mail to PEAR mail. On this page I want the email sent to a recipient who is entering their email into a web form. I am trying to set the $to equal to ...
0
votes
2answers
469 views
PHP send email PEAR fail
Send email using GMail SMTP server from PHP page
I'm trying to get this to work. According to the answer in the given link "it's working code so use it". Except it doesn't work for me.
In ...
0
votes
1answer
178 views
Error when Sending Mail with Attachments Using PEAR
My page continues to error out (Error 324 - Chrome) when attempting to send e-mails with attachments using PHP's PEAR Mail extension. Although the page error's out - I do receive one of the ...
1
vote
1answer
2k views
SMTP: Failed to connect socket: Connection Refused
I'm trying to send an email in PHP using PEAR Mail package and SMTP, but I keep getting the error SMTP: Failed to connect socket: Connection Refused
I don't really know anything about how SMTP works, ...
0
votes
0answers
167 views
send email from wamp localhost using pear
I have installed pear. it's working fine. I want to send email via pear's mail() but it giving following error.
Failed to connect to mailserver at "ssl://smtp.gmail.com" port 465, verify your "SMTP" ...




