|
A new feature I wish to add to our local network is the ability to retrieve email from free email services such as Gmail, Yahoo and Hotmail using PHP. There are services we can pay for but I would rather hack it up myself!
I find that Google only has ...
Started by Abs on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
With the changes each application makes....
To do it like you want it is something that is not supported and maybe also problems (and also for development) you could analyze the http requests and answers with some tool (e.g.
To retrieve email.
|
|
I currently have a VPS with Slicehost, i am unable to send emails from my server using the PHP function mail. My server runs Centos 5.2, Apache 2, PHP 5.2 and MySQL 5. I don't know alot about servers/email, but i think the issue would be that im missing...
Started by Ben McRae on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Finally, the portion I should've started with: assuming the issue isn't an MTA problem, you need.
|
|
I know getting email notifications should be possible, and perhaps even enabled by default... But how to make sure alerts are properly configured, and if, for any reason, they arent't, how to set them up?
(I think it's not enabled on my machine, because...
Started by Jonik on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I found.
There's also a munin plugin if you're running munin with email alerts.
Of software RAID problems in Ubuntu
It's not about email notifications, but as the blog post says start on next boot.
|
Ask your Facebook Friends
|
I'm having an issue sending large volumes of emails out from an ASP.Net application. I won't post the code, but instead explain what's going on. The code should send emails to 4000 recipients but seems to stall at 385/387.
The code creates the content...
Started by Sam Heller on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You....
During the span of a single request? IIS will kill a request if it takes longer than a certain (configurable) amount of time .
You're sending lots of emails.
If the web server has a timeout setting, it will kill the page if it runs too long .
|
|
I'm trying to send an email to myself that has a layout and images. What I'm I doing wrong?
<?php $message = $_POST['message']; $emailsubject = 'site.com'; $webMaster = 'email@site.com'; $body = " <html> <body bgcolor=\"e7e7e7\"> <style...
Started by PHPNooblet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You may also want.
Be sure to check out http://www.email-standards.org/ to check what your email client supports.
It also may depend on the email client you are testing with.
Headers somewhere else.
|
|
Here's the script that's builds/sends the email:
$boundary = md5(date('U')); $to = $email; $subject = "My Subject"; $headers = "From: myaddress@mydomain.com" . "\r\n". "X-Mailer: PHP/".phpversion() ."\r\n". "MIME-Version: 1.0" . "\r\n". "Content-Type:...
Started by saturdayplace on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a thought, but it might be a lot easier to simply... .
You don't include the dashes in the header.
"\r\n".
Should be
"Content-Type: multipart/alternative; boundary=$boundary".
"\r\n".
The line
"Content-Type: multipart/alternative; boundary=--$boundary".
|
|
I get the following error log when trying to send a message through an Exchange server:
SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "220 mail.borschow.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 7 Apr...
Started by lamcro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here there is a page that can help you link text
SMTP -> get_lines... .
If you are using an old version of phpMailer you need make a kind of hack to put it working .
Remember that gmail need ssl for connecting and also they dont use the standard smtp port .
|
|
I am having issues daily of being "thrown out" of my inbox after signing in to my email. The inbox flashes by and then suddenly I am no longer signed in; I have also had problems when clicking to a new email with this same issue. Any ideas on resolving...
Started by vrgreenwood on
, 25 posts
by 12 people.
Answer Snippets (Read the full thread at comcast):
I am having the same problem and more.
|
|
Class Email extends Controller {
function Email() { parent::Controller(); $this->load->library('email'); } function index() { $config['protocol'] = 'smtp'; $config['smtp_host'] = 'ssl://smtp.gmail.com'; $config['smtp_port'] = '465'; $config['smtp...
Started by bohemian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check your user....
$result = $this->email->send();
Perhaps it's a good a problem.
' => 'iso-8859-1' ); $this->load->library('email', $config); $this->email->set_newline("\r\n"); // Set to, from, message, etc.
|
|
Until yesterday I was receiving email from my Gmail account in Outlook 2007 without problems. Then yesterday the email client stopped bringing in new emails. Sometimes when I check email I receive an error that is listed as an "unknown error" and other...
Started by jboolo on
, 20 posts
by 4 people.
Answer Snippets (Read the full thread at google):
All is a personal-folders file that stores your ....
I have multiple email accounts in Outlook, not just Gmail.
Learn more my Gmail accounts in Outlook.
To complete it via an email or instant message, do not proceed with this verification.
|