1
vote
0answers
6 views

List all messages in a mailbox using PEAR

I am very new to PHP's PEAR extension, and was wondering how to use PEAR to list all of the messages in a mailbox. I have successfully made a program that can find your most recent message, but I want ...
0
votes
1answer
77 views

Cannot get email from query string

I'm having trouble getting an email address from $_GET. Here is my code: <?php $eadd = $_GET['email']; echo("<p>Please check your inbox on your email $eadd.</p>"); ?> I ...
0
votes
4answers
54 views

Obfuscate email in PHP?

I'm trying to improve the way I email form submissions using PHP. At the moment my code looks like this: <?php //==== FORM DATA $name = $_REQUEST['cName']; $email = $_REQUEST['cEmail']; ...
0
votes
1answer
23 views

Why is message not appearing when using mail() function in PHP?

This is probably a noob question, but hey I'm a noob so here it goes. When I am attempting to send an e-mail with the mail() function, the message does not appear. Live example: enter link ...
0
votes
0answers
21 views

phpBB3 Post Earned Ranks

I am configuring some Post Earned Ranks on my Forums, I am running phpBB3, I was hoping someone knew a way I can set up customized E-Mails when they earn a Rank. Or Private Message. Like let's say I ...
0
votes
1answer
30 views

PHP Force remote image download or remote requests inside an email

I am sending our HTML newsletters with an image on each email that help us know if a person actually received that newsletter. I just add in the HTML body of the email a img tag like that: <img ...
0
votes
0answers
12 views

How can I use multiple username domains on a single domain in Roundcube?

I would like to be able to use multiple username_domains on a single domain in Roundcube. In other words, I'd like to make it 'guess' or 'attempt' domains on each login request. My installation is ...
0
votes
0answers
26 views

Inline attachement of image failed in php mail

I have header like this $strFilesName = end(explode("/",$attach_pdf)); $strContent = chunk_split(base64_encode(file_get_contents($attach_pdf))); // header part to add inline image $strHeader .= ...
0
votes
1answer
15 views

How can I configure my server to send email, PHP installed on IIS Windows Server 2008

I am trying to use the MAIL() function in PHP to send emails notifications. So here is my how I am using it. $to = 'email@address.com'; $subject = 'the subject'; $message = 'hello'; $headers = ...
0
votes
0answers
36 views

Email Form Data

I have a large form that I want to collect data from and enter it into a MySQL database and email the results to myself. The code I have so far enters the data just fine. I also am uploading multiple ...
0
votes
1answer
57 views

How can I send emails to multiple recipients? [duplicate]

My request form is taking to much time to submit. Also sometimes the emails are repeated and in error log I can see this PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: ...
-1
votes
3answers
41 views

PHPMailer - mails going straight to spam

Whenever I send an automated e-mail using PHPMailer, it goes straight into the spam folder in Gmail. I have tried finding a solution to this myself but I don't know enough about e-mails and e-mail ...
0
votes
0answers
18 views

Plain text version of email is not working

So I have the script sending a multipart email of plain text and html, some reason the plaintext version is not working, but I can see that it is sending when I show original in gmail. It just shows ...
0
votes
0answers
31 views

PHP mail not working in spite of having sendmail installed and php.ini configured properly

My os: Ubuntu 12.10 My server: Apache2.2 with PHP5 and MySQL support my php.ini file: ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ; http://php.net/sendmail-path ...
2
votes
1answer
25 views

php mail with utf-8 encoding displays incorrectly in Microsoft mail clients

I've searched and searched for a solution to this but to no avail. I'm using the php mailer to send out a mixed text / html email, encoded in utf8. Here's the relevant code: $headers = "From: ...
-1
votes
1answer
44 views

Send special characters with email()

I don't understand what I'm doing wrong. I have a contact form that send the message with this code: $SUCCESS = mail( $EMAIL_TO, "Richiesta informazioni", "Questo messaggio e' stato ...
0
votes
0answers
26 views

How to configure server to make php mail() function to work [duplicate]

I moded my personal blog on a VPS. I already configured all: apache with mod_rewrite, php, curl, pear, mysql and ftp. But I noticed that the php mail() function doesn't work. I searched on the net but ...
-1
votes
1answer
32 views

Can I allow user to register from within email newsletter? [closed]

I wonder if that is even possible. What I understand is, one can click "register" link and new tab opened where he/she can register from that page.
0
votes
1answer
16 views

PHP - Attach multiple files to email, files attached are blank?!!?

This is just a sample of the code, essentially I have a form with 4 files to upload. The files are successfully saved on my server in a designated folder. However, I obviously am not attaching them ...
0
votes
0answers
41 views

PHP Email Sender: Full name telling “unknown sender”

if(empty($_POST)=== false){ //send email $fullname = $_REQUEST['fullname']; $names = $_REQUEST["fullname"]; $phonenumber = $_REQUEST['phonenumber']; $mobilenumber = ...
0
votes
0answers
16 views

Retrieve remaining daily sending quota gmail in php

I found in the Google Apps Scripts a method for retrieving the daily remaining quota using MailApp.getRemainingDailyQuota(). However I would like to know whether there is a similar method (REST for ...
0
votes
2answers
34 views

use exec(); in a php script to send email from shell

I am trying to make a php script that uses the exec() function to run a command that sends an email. I am looking at something like this: <?php $sendTo = 'RECEPIENT'; $subject = "SUBJECT"; ...
0
votes
2answers
50 views

How to implement email verification with php?

I'm using php and laravel as a framework. I want to let user be able to activate their accounts through email. I have no experience with this however. I already set up a form that asks for username, ...
0
votes
1answer
28 views

Remove everything on the page except anchor tags

I am trying to create a php program that will allow the user to mass email users, given a certain page. I am loading in a page via php, using the file_get_contents() function. The site has a list of ...
0
votes
0answers
28 views

trouble getting php checkbox values to show up in resulting email

I've been looking for an answer for hours, and have tried multiple solutions from these boards and others, and I still can't find the answer. I'm really only looking to receive the checkbox data from ...
1
vote
1answer
11 views

Sending PHP email of shopping cart

I've written a form that sends an email to an address after a form is completed with what the sender's order will be. Currently, I've written the php so that it lists all the items in the email ...
0
votes
1answer
44 views

PHP mail function missing characters

I have a really weird error with the mail() function in php. This is the code i'm using to send the message: $to = strip_tags($_POST['newMail']); $subject = "Company: Update your ...
0
votes
1answer
38 views

Newsletter form sending email to client, how I can prevent clients email from replying

I have this client that I set up a newsletter signup form that gets sent to their personal email and from their they add it to their system manually, that's just how they been doing it for years. ...
0
votes
2answers
42 views

From header php mail() send sms to phone number

I really want to change the from parameter to absolutely anything I want, when sending sms with php's mail() function. e.g the user sees text message from "the developer" on their phone screen. I ...
0
votes
2answers
28 views

Sent email arrives with few hours delay

This is my email sending code: if(isset($_POST['contactname']) && isset($_POST['email']) && isset($_POST['message'])) { $contactname = $_POST['contactname']; $email = ...
0
votes
0answers
12 views

No disposition in php imap email structure to indicate an attachement

I'm having an issue getting attachements from emails using the PHP IMAP functions. In theory the attachments should be identifiable with [disposition] => ATTACHMENT or similar. But I am simply not ...
1
vote
0answers
30 views

php e-mail to-field with strange characters

I'm having trouble getting my code in PHP to send out emails to persons with special characters in their names, like é à ö. Here's the snippet of the coding: $firstname = ...
0
votes
2answers
42 views

PHP confirmation email not working because of “\” in link

when sending a confirmation email the confirmation code looks like this http://mydomain.com\/confirmreg.php?code=3f76ab3a202e73fb0526cd2091c5b7ce (randomly generated) how do i remove the "\" before ...
1
vote
1answer
14 views

sending mail from php: 2 received entrys with phpmailer

Hi I tried to send an email over phpmailer. I take phpmailer to send it over smtp. Every customer have by us have an owne ip. I sent an test email and I see that there was two "received" entrys in the ...
-1
votes
0answers
23 views

What would cause Hotmail to forward HTML in plain text? [closed]

I am currently using PHP's mail function to send HTML-formatted mail. A user of mine emailed me to say that when forwarded from Hotmail to Gmail, it causes the email to go into plain text. Any idea ...
0
votes
1answer
23 views

Sending image attachment

I have a PHP form, i'm trying to send an image from it as an attachment. I already fixed few things in my code. I'm not sure if it will send the image (because I had some problems with it) ...
0
votes
0answers
11 views

PHP SMTP library with AUTH XOAUTH2 support?

Do you know of any PHP SMTP library that supports AUTH XOAUTH2 when logging in to a SMTP server? The only one I have found is Zend-email via this tutorial. All the libraries I have seen only support ...
0
votes
1answer
20 views

adding some text into message in mail

$contactname = $_POST['contactname']; $email = $_POST['email']; $message = $_POST['message']; $subject = 'Ձեզ գրել են ձեր կայքից'; $to = 'stereoshoots@gmail.com'; $headers = "From: ".$email; ...
0
votes
0answers
22 views

parsing special characters in php mailing script

I wrote a simple php script to send emails from my server for a contact form. I am seeing responses with special characters such as quotation marks coming out as &#34 and such in the emails. It ...
0
votes
1answer
78 views

How To Send Emails Using Google SMTP Server Using XAMPP?

In php.ini I set: SMTP = smtp.gmail.com smtp_port = 465 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = mygmail@gmail.com In my sendmail.ini: smtp_server=smtp.gmail.com ...
0
votes
1answer
20 views

Correct format for sending mime-encoded email using PHP's mail

What is the correct way to create an mime multipart email for sending with PHP's mail function? $boundary = uniqid(rand(), true); $headers = "From: <noreply@example.com>\r\n"; ...
0
votes
4answers
40 views

Php Email Mysql Fetch Array

I have this script to send an email containing information from my database. The user can have 1+ items in the database with it's location. So when I empty the rows that match the user the amount of ...
1
vote
4answers
45 views

How can i break a line text using PHP for an email

Using a AS3 aplication, i'm sending the body variable via GET. $body = $_GET['body']; Here i'm trying to replace the word 'JUMP' with '\n' to break a line $body = preg_replace('/JUMP/', '\n', ...
0
votes
1answer
39 views

Sending HTML Mails from Amazon SES using PHP SDK

I am working on a service that sends emails from AWS SES service. I have been able to send plain text mails but I require to send rich HTML mails in one of the case. This is the code that I use: ...
-2
votes
1answer
71 views

Sending form to e-mail

I'm trying to send a form to a e-mail using AJAX. Problem : I'm not reciving the e-mail. Obs.: The form is in portguese just ignore the text part ;) index.html ... <head> <script ...
-1
votes
2answers
32 views

SMTP host that allows us to send more than 2,000 emails per day [closed]

So I'm using https://github.com/Synchro/PHPMailer for a PHP project. We're connecting to a Google Apps account to send email. I don't want to use PHP's builtin mail() function because I prefer the ...
0
votes
0answers
39 views

My PHP form is sending random blank emails?

I have a application form on my website and when someone fills one out it works fine with all data properly sent over, however multiple times a day we are getting completely blank emails. (client is ...
2
votes
0answers
58 views

why cant I use _GET function on tsohost? (working on localhost)

Im a relative php noob but im working through a tutorial and recently had to host it online to use some email functionality. I created an account on tsohost forums but still dont have the privaleges ...
0
votes
1answer
23 views

How get header of email using codeigniter?

I have email function in codeigniter like this $this->email->attach('file.txt'); $this->email->from('messi6@barcelona.com', 'leo messi'); ...
0
votes
2answers
32 views

Wordpress function to send email for new and approved comments

I have written a custom Wordpress function to send a user an email when a new comment is posted to there page. I thought my code sent emails only when the comment was approved. But it seems to be ...

1 2 3 4 5 93