|
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.
|
|
Q: Problems With Email Re Inputting Email Addresses To My Address Book And Problems deleting emails.
Started by almallopez on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at helpowl):
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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".
|
|
Evening all,
If you have been trying to get in touch with JMR via the website apologies we are experiencing a few issues. If you need to get in contact with us regarding anything JMR please PM myself (paulzuki) or Jason (Mr Hillclimber) and we will get...
Started by paulzuki on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at com):
Email via the contacts page on the JMR website appears to be fixed!....we will run regular checks in the future, but if you dont get a reply to an email by all means give us poke via PM or txt me on 07503 004400...though we are assured the....
|
|
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 .
|
|
Is anybody else unable to send emails this morning?
I'm using PlusNet's SMTP server and am connected to PlusNet ADSL.
I'm having problems using Outlook and Webmail. I haven't tried on any other devices yet.
Edit:
I'm getting server not responding errors...
Started by Rob Dickson on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at plus):
To find the server settings for '**@ .co.uk', please....
The setting for your outgoing email [SMTP] server might need to be configured.
|