Questions tagged [aol]

acronym for America Online

AOL (previously known as America Online) is an American global Internet services and media company.

59 questions
0
votes
1 answer

Split timestamps into 24 hours and get an overview for a week

I am a beginner in programming and especially SQL. I am working with the SQLDeveloper on the AOLDATA-database. The structure of the table I am working on looks like this: AOLDATA.querydata I did not figured out how to write a statement that…
user6370438
0
votes
3 answers

PHP Email is not sending to AOL

I have this script to send Email to a user on registration. The proble is that it sends to every email client except for AOL. This is is an issue as my client and her clients mainly use AOL Email. Is there something wrong with my code or is there a…
0
votes
1 answer

Email send with PDF attachment not able to be open with AOL email account

Email send with PDF as attachment from server is showing as corrupted. Am getting an error File type unknown (application/octet-stream) is not supported. This is for users with AOL account only. Same email is working fine in clients like gmail,…
Foreever
  • 7,099
  • 8
  • 53
  • 55
0
votes
1 answer

What are my options if i wanted to make an aol im bot in php?

How would i make an aol aim bot in php, that is able to send and receive message, with a autoresponder. I have already taken a look at the toc protocol but wanted to use oscar if possible.
Aaron
  • 5
  • 5
0
votes
2 answers

How to beat Hotmail/Live/Outlook and AOL spam filters? (custom dedicated mail server)

I am trying to set up a mail server for my client's web app. The CentOS/Postfix-based mail server runs on a dedicated VPS from DigitalCocean. SPF record: check DKIM (openDKIM): check Clean dedicated IP: check Clean domain: check GMail, Yahoo, Zoho…
Visconti
  • 1
  • 1
  • 1
0
votes
0 answers

Get client_id and secret from AOL

In my application, i want to authenticate (using OAuth) and fetch emails of AOL. I have all the logic for authorization and get access token too. But the problem is that when i'm opening dev.aol.com then it redirect me to www.aol.com instantly, So…
0
votes
2 answers

How to fetch top 20 results of particular keyword from AOL Search Engine using PHP?

I want top 20 results of AOL search engine but I don't know how can I get using PHP script ? Please Help me.
Jimit
  • 2,201
  • 7
  • 32
  • 66
0
votes
2 answers

rails page won't display entirely

I'm having the most peculiar problem, and I was hoping I someone could point me in the right direction on how to address it (or even locate it...). I'm working on a rails site, and the pages display in most browsers without any issues. In others…
Ryan
  • 668
  • 5
  • 12
0
votes
1 answer

AOL adding spaces between images in HTML Emails

I have built an email with tables for a client, but when I test it in AOL, extra padding is added between the images. It looks like a 3px space is being added to the right of each image... Here is my code:
user2746695
0
votes
1 answer

How to import contacts from AOL using asp.net? (api/dll/library)

How to import contacts from AOL using asp.net? when I explore the buddylist api then I get following message. "Closing of Userplane Business on August 1, 2013" In the site http://dev.aol.com/apis/ you can find 'buddylist api' in APIs tab. but its…
Ali
  • 3,545
  • 11
  • 44
  • 63
0
votes
0 answers

Sending E-mail from Aol account SMTP via CodeIgniter

application/config/email.php
Chris Muench
  • 17,444
  • 70
  • 209
  • 362
0
votes
1 answer

(Bash) $user@aol.com email availability checker

So, I'm trying to set up a script in bash to send a request to aim.com's signup form, where it allows you to check if an ID is able to be made like so: https://new.aol.com/productsweb/?promocode=827692&ncid=txtlnkuswebr00000073 - Choose a…
user1742682
  • 73
  • 1
  • 1
  • 3
-1
votes
2 answers

Proper formatting of "from" in php mail() function

I want to have the "From" part of a php generated email be just from the company name. Apparently that makes spam filters sad. So, my code is... $mail->FromName = 'Company Name '; My issue is that gmail and aol keep…
gtilflm
  • 1,389
  • 1
  • 21
  • 51
-2
votes
1 answer

How to pull back an email that has already been sent?

Somehow, I sent a sensitive email with an attachment to the wrong email address. Is there a way to invalidate (or pull back) this email and the attachment remotely? The email was sent out via aol.com email agent. I know there is a way to invalidate…
Ling
  • 117
  • 4
1 2 3
4