0
votes
2answers
14 views

Accept and parse information from email

What I would like to accomplish is for a user to be able to send an email to a designated email address. Then once that email has been obtained, run a script that parses the body section of the email ...
0
votes
1answer
28 views

PHP form process error

I've gotten help from this site lots of times, but this is the first time I need to post my own specifics. I have a PHP registration form, and I'm sure it's a minor problem, but I don't know exactly ...
1
vote
1answer
22 views

PHP mail script using up huge amounts of resources

I need to send a few hundred emails at a time to registered users and I'm running into a problem. The PHP script I use (and have used before with no issues on a different hosting service) lags the ...
0
votes
4answers
43 views

Email verification

I'm creating a newsletter subscription app. I want to implement email verification to prevent spam/bot signups (well, at least so I can delete them afterwards). I've been struggling with confirmation ...
0
votes
1answer
17 views

PHP Contact Form won't send from mobile device

I pulled this code off some site to use in various forms on my website. But I had a friend text me today saying "hey I tried to contact you through your website." Which set off an alarm in my head... ...
2
votes
2answers
30 views

Email Notification System Using PHP MySQL

I am currently working on a project that requires sending email notifications to users. The way it works, users follow certain catergories of posts/group, whenever there is a new post or comment under ...
0
votes
1answer
16 views

Yahoo Mail Reading Attachment File

I intend to use php to send a mail which the content type is multipart/mixed with text/plain and application/msword contents. However, when I try to use Yahoo!Mail to open the email, the doc file ...
1
vote
0answers
20 views

PHP-made e-mail not showing up in iPod

Some time ago I've created a PHP-script that sends MIME-encoded e-mails. It works fine, all inclusive with attachments and inline images. Strangely, these e-mails do not show up in the inbox of my ...
1
vote
2answers
23 views

send html as attachment via phpmailer

I have html variable,i want to send it as attachment via email. here is my code $html=' <table cellpadding="0" cellspacing="0" style=" margin:0 auto;" width="100%"> <tr> ...
0
votes
1answer
8 views

Experiencing issue setting up incoming mail in vtiger

When I try to setup my incoming mail in the mail manager in vtiger 5.4.0 I am receiving the following error: Deprecated: Assigning the return value of new by reference is deprecated in ...
0
votes
0answers
12 views

Page stops loading without any error logs/messages

I'm having a hard time figuring out what's wrong with my script. It works on the first 3000 rows. But after that it stops. Without any error message or error log. This script is used to send ...
1
vote
1answer
17 views

PHP sending email listing contents of cart using foreach statement

I have a shopping cart on a PHP site, which all works beautifully, but I am trying to create a function that emails the contents of the cart to a specified address. I have the nuts and bolts with ...
0
votes
1answer
31 views

PHP Wont send mail

$name = "http://mafiamakten.com"; //Senderens navn $email = "Noreply@http://mafiamakten.com"; //Senderens Email $header = "From: ". $Name . " <" . $email . ...
-1
votes
0answers
17 views

PHP Mailform scrip and Argosoft mail server

** this is not my code so please if you have any questions be more specific so I can find what you asking for** I have the following contact page contact.html upon submit it will have a form.js file ...
0
votes
0answers
45 views

Contact form sending but not showing errors or success message

I have made a wordpress shortcode for a contact form, my form displays and sends fine but for some reason it does not show my errors or if the message was sent? <?php /* ...
0
votes
1answer
14 views

phpmailer attach file

How to send a file as string with phpmailer? The file contents is stored in Mysql as a BLOB, but when sending the mail the filesize is only 2 bytes? In the database the size is about 30kb? ...
-1
votes
0answers
19 views

PHP Code unable to send mails,email log file giving stat=Service unavailable

I am a newbie to Linux and Cent OS. Currently I am facing issue with the PHP Mail function. I am sending email using code like mail( "[email protected]", "Here goes message ...
-1
votes
2answers
34 views

How to inset html styling into PHP return email

Right now I'm storing all my info into a variable $email_body = ""; $email_body = $email_body . "<b>Name:</b>" . $name . "\n"; $email_body = $email_body . "E-mail:" . $email . "\n"; ...
0
votes
1answer
33 views

$subject in php mail form returning only first word in string

I am currently learning php for a web interface class, and one of our assignments is to generate a basic form to send an email with. We then have to be able to send a sample of that form in an email ...
0
votes
2answers
36 views

Emailing when submit button is pressed

<?php echo $this->Form->end(__('Submit')) $to = "[email protected]"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "[email protected]"; ...
0
votes
1answer
19 views

Send Mail when symfony throw an error

Someone know if there is a way to send an email when symfony 1.4 throw an error with the details for the error? Any comment will be use full to me.
0
votes
2answers
24 views

Variable not getting displayed when printed on another page in PHP

<?php session_start(); error_reporting(E_ALL); // Clean up the input values foreach($_POST as $key => $value) { $_POST[$key] = stripslashes($_POST[$key]); $_POST[$key] = ...
0
votes
0answers
23 views

upgrade from PHP Version 5.3.2-1ubuntu4.18 to 5.3.2-1ubuntu4.20 stopped my form working?

I have plesk on my vps and upgraded php as in the title and now my php form script has stopped working. It gets to the email validation and returns email invalid. It appears to get to here ok - Tried ...
-1
votes
0answers
26 views

CodeIgniter: sending mail from live [on hold]

I would like to set CodeIgniter's email library to send mail from smtp.live.com. But there is problem because I changed so many things in my config variables and the last response from CodeIgniter was ...
0
votes
0answers
16 views

symfony2: `kernel.terminate` event and EmailSenderListener takes too long

Sending just one email takes too long on a server (and keeps the page loading) compared to the dev server and local machine: On the dev server and local machine it works instantly, but on the issue ...
0
votes
0answers
6 views

zimbra doesnt receive mail from php mail function

I am using normal code to send mail in PHP. Its having no problem of sending to gmail, yahoo, Hotmail,etc.. but in zimbra it doesn't receive..
0
votes
2answers
20 views

how to send user recipient address to the browser link?

I am developing one application in php zend with sql server 2008, jquery and ajax. I need to send an email with my webpage link to a specific client and need to get feedback from him. I can send one ...
0
votes
0answers
26 views

Can echo a sql query result but can't use as variable in mailto()

I am a php newbie, but I'm trying to learn and I have been trying to fix this issue for over a week with loads of variations tried. Short story - I query a db for an email address that I want to use ...
1
vote
3answers
33 views

PHP code for checkboxes for an HTML email form

I am using a tutorial for an HTML/PHP email form, it does validation and what not and showcases text fields and select fields, it however does not show checkboxes. Here is the URL to the tutorial ...
2
votes
5answers
67 views

Would like to run a background PHP script from the main PHP script

While building a page to serve back to the user, I'd like to submit a background script to do some numerical analysis of data in the database and send the result to the user in an email. This process ...
1
vote
0answers
19 views

How to add email verification to my PHP register script

I have recently made a login and register script which works fine but I want it to more secure from spammers and I was wondering if anyone know how to make an email verification system. How could I ...
-4
votes
0answers
22 views

How do I get this php code send the mail with accents [duplicate]

How do I get this php code send the mail with accents and html, I need to use to post on my blog. . <?php //Your ...
0
votes
1answer
27 views

“mail” function in PHP not recognized

I am trying to send an text message using PHP, what I am doing is using the mail function to send a message to the phone number at the carrier domain. Take a look: <?php $to = '[email protected]'; ...
-1
votes
1answer
26 views

How to find bounced or undelivered mail id using PHP

I am sending a mail using PHP Mail Function I just need to find the status of the mail whether it is delivered or Bounced is there any possible way to solve this Problem
0
votes
0answers
11 views

Bug in Zend_Mail_Message with DKIM?

I'm creating a new Zend_Mail_Message object with a raw email like this: $mail = new Zend_Mail_Message(['raw'=> $rawmail]); Now when getting mail from Trello, the 'From' header is missing..This ...
0
votes
0answers
21 views

Download, decode, and parse email, including attachments?

Please forgive my newbie status here... I need to download emails from my (HostGator) email account, parse and display them into a browser window, INCLUDING any and all attachments. I will then use ...
-1
votes
1answer
42 views

track emails using php

I am in a middle of setting up an email system on my project. There are two ( or more than .. ) types of users on the app. They can send messages to each other ( ...like facebook ). This is fine. ...
0
votes
1answer
19 views

Add Visitor Country into PHPMail

I got a script that showing visitor country. I want to add it into PHPMail but don't know how to do it because that is create by a function. Can anyone please suggest me any way to add it on PHPMail, ...
0
votes
1answer
17 views

How to get error being returned by FILTER_VALIDATE_EMAIL

I am currently working in php. My current form is supposed to generate some criteria for an email template. It has a To, CC, and BCC field. My current code for "To" works fine. I then wanted to ...
0
votes
1answer
22 views

Codeigniter Email Class

I was using gmail smtp settings to send emails. These settings were working fine until a couple weeks ago, but stopped working all of a sudden. All the outgoing mails are going into the spam folder. ...
0
votes
3answers
53 views

php - sending email not working

I have this code. It prints "Message sent successfully" but I have no message from my test from in my inbox. Here is HTML code: <!DOCTYPE html> <html lang="en"> <head> <meta ...
0
votes
1answer
32 views

PHP Mail function - need assistance

I need a slight hand with getting my PHP mail function working correctly. This is what I currently have, within the header of my php file: <?php require_once('common.php'); ...
0
votes
2answers
33 views

Display image in html e-mail with php

I've read a few topics about this, already tried many of them, but none of them worked so far. So I'm kinda lost what to do now, it would be really important to display these images in the e-mail. ...
0
votes
2answers
44 views

My phpmailer script goes to spam

I know this question has already been asked but no answers help me though. Here is my code i hope you can find something wrong. <?php require("phpMailer/class.phpmailer.php"); ...
0
votes
0answers
8 views

PHPMailer STMP Clear Emails Waiting To Be Sent

I ahve a very important PHP script on my server that returns a list of available offers for a visitor. Since it is vital that the function succeeds, I use register_shutdown_function to send me an ...
0
votes
1answer
44 views

Codeigniter $this->email->send() not working while mail() does

I can't figure out why if I try to use the CI Email Class it doesn't send emails, while if I use the native PHP mail() Class works. Has to be noted that sometimes I get "email sent" while is not ...
0
votes
2answers
25 views

Is it possible to change the SMTP information in the php.ini file to point to Microsoft's Live email SMTP servers?

Here's what's in my php.ini file: [mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 Is it possible to simply change localhost to ...
0
votes
2answers
21 views

Trying to send email through PHP using an email address that is configured on Microsoft's SMTP servers (@live.com, @outlook.com, etc.)

I'm trying to send email via a PHP script. Here's the line of code that is supposed to send the email: mail($owner_email, $subject, $messageBody, $headers) Here are what my variables are set to: ...
0
votes
5answers
72 views

How do I send email via PHP from within an HTML file?

My website is HTML5. Consequently, my files are .html. I have a contact.html file that I would like to use to send a message from, using PHP. I don't have much experience with PHP (so if anyone ...
0
votes
1answer
34 views

Attach Two Files PHP

I have gotten my script to send one file through email but I have been asked to make so it can accept two. My script so far looks like. // Obtain file upload vars $fileatt = ...

1 2 3 4 5 99
15 30 50 per page