Archive

Posts Tagged ‘pop3’

We Want 100 Email Accounts

October 24th, 2011 Comments off

We want 100 email accounts
e.g. infoatdomain.com, outgoing smtp, incoming smtp

For each email account we need the following information:

OUTGOING SMTP SERVER
1. SMTP HOST
2. SMTP PORT
3. USERNAME
4. PASSWORD

INCOMING POP3 SERVER
1. POP3 HOST
2. POP3 PORT
3. USERNAME
4. PASSWORD

Note that we dont want gmail, yahoo or hotmail
Any other ISP provider will do

Create A How To Video For Media Autoresponder 3

June 30th, 2011 Comments off

We are looking for someone to create a how-to video that shows step by step detailed instruction on how to set up and install media autoresponder on a hosting server.

The full version of the software will be supplied to project programmer.

This is the link that explains what this software script is about:
http://www.freeworkfromhomesolution.com/mediaresponder.htm

These are the instructions:
Media Autoresponders Single Domain License Software Script

Server requirements:

1.) Catch-all email
2.) POP3 access to email accounts
3.) MySQL (version 3.23 or higher)
4.) MYSQL database
5.) PHP (version 4.2.3 or higher)
6.) Crontab

Installation And Setup Instructions:

1) Create a folder named “responder” on your web server and copy ALL files in that folder.
Chmod 777 the folders ‘temp’ and ‘media’

2) Create a new database

3) Modify the MYSQL database information using the new database
you have just created in the file include/globals.php

4) Run the installer program using:
http://www.yoursite.com/responder/install.php
Enter your Name, Email, Username, Password and click the “Install” button.
Please DO NOT forget to remove the install.php file after installation.

5) Modify the mail account username/password (main email address for domain*)
in the file robot/imap_globals.php.
Note: For $MailHost, the variable is usually yoursite.com.
If you are unsure of your mail server, please contact your host administrator

6) Add to cron job php responder/robot/check_deliver_broadcast_messages.php once at a minute

7) Add to cron job php responder/robot/check_deliver_followup_messages.php once at one day

8) Add to cron job php responder/robot/check_instant_messages.php once at a minute

If you have ability it would be better to install the check_POP3_mailbox.pl Perl-script.
It has a powerful bounced email manager.

The check_POP3_mailbox.pl requires the Net::POP3, DBI and DBD::mysql modules installed.

You have to edit the variables inside the file:

# pop3 mail server connection parameters
$mailHost = “yourdomain.com”;
$mailUser = “username”;
$mailPassword = “password”;

# Database connection parameters
$dbName = “responder”;
$dbUser = “responder”;
$dbPass = “password”;
$dbHost = “localhost”;

You should upload the check_POP3_mailbox.pl file into cgi-bin folder with ASCII-text ftp-mode
then set permissions (chmod) to 755.
Set the cron job (point 8) as
/usr/bin/perl /absolute-path/cgi-bin/check_POP3_mailbox.pl

*This email address must have the ability to catch all emails received
for that domain that have no address (catch all, default email address)

Running The Software:
Login: http://www.yoursite.com/responder/index.php

Create A How To Video For Media Autoresponder 2

June 4th, 2011 Comments off

We are looking for someone to create a how-to video that shows step by step detailed instruction on how to set up and install media autoresponder on a hosting server.

The full version of the software will be supplied to project programmer.

This is the link that explains what this software script is about:
http://www.freeworkfromhomesolution.com/mediaresponder.htm

These are the instructions:
Media Autoresponders Single Domain License Software Script

Server requirements:

1.) Catch-all email
2.) POP3 access to email accounts
3.) MySQL (version 3.23 or higher)
4.) MYSQL database
5.) PHP (version 4.2.3 or higher)
6.) Crontab

Installation And Setup Instructions:

1) Create a folder named “responder” on your web server and copy ALL files in that folder.
Chmod 777 the folders ‘temp’ and ‘media’

2) Create a new database

3) Modify the MYSQL database information using the new database
you have just created in the file include/globals.php

4) Run the installer program using:
http://www.yoursite.com/responder/install.php
Enter your Name, Email, Username, Password and click the “Install” button.
Please DO NOT forget to remove the install.php file after installation.

5) Modify the mail account username/password (main email address for domain*)
in the file robot/imap_globals.php.
Note: For $MailHost, the variable is usually yoursite.com.
If you are unsure of your mail server, please contact your host administrator

6) Add to cron job php responder/robot/check_deliver_broadcast_messages.php once at a minute

7) Add to cron job php responder/robot/check_deliver_followup_messages.php once at one day

8) Add to cron job php responder/robot/check_instant_messages.php once at a minute

If you have ability it would be better to install the check_POP3_mailbox.pl Perl-script.
It has a powerful bounced email manager.

The check_POP3_mailbox.pl requires the Net::POP3, DBI and DBD::mysql modules installed.

You have to edit the variables inside the file:

# pop3 mail server connection parameters
$mailHost = “yourdomain.com”;
$mailUser = “username”;
$mailPassword = “password”;

# Database connection parameters
$dbName = “responder”;
$dbUser = “responder”;
$dbPass = “password”;
$dbHost = “localhost”;

You should upload the check_POP3_mailbox.pl file into cgi-bin folder with ASCII-text ftp-mode
then set permissions (chmod) to 755.
Set the cron job (point 8) as
/usr/bin/perl /absolute-path/cgi-bin/check_POP3_mailbox.pl

*This email address must have the ability to catch all emails received
for that domain that have no address (catch all, default email address)

Running The Software:
Login: http://www.yoursite.com/responder/index.php

Create A How To Video For Media Autoresponder

May 7th, 2011 Comments off

We are looking for someone to create a how-to video that shows step by step detailed instruction on how to set up and install media autoresponder on a hosting server.

The full version of the software will be supplied to project programmer.

This is the link that explains what this software script is about:
http://www.freeworkfromhomesolution.com/mediaresponder.htm

These are the instructions:
Media Autoresponders Single Domain License Software Script

Server requirements:

1.) Catch-all email
2.) POP3 access to email accounts
3.) MySQL (version 3.23 or higher)
4.) MYSQL database
5.) PHP (version 4.2.3 or higher)
6.) Crontab

Installation And Setup Instructions:

1) Create a folder named “responder” on your web server and copy ALL files in that folder.
Chmod 777 the folders ‘temp’ and ‘media’

2) Create a new database

3) Modify the MYSQL database information using the new database
you have just created in the file include/globals.php

4) Run the installer program using:
http://www.yoursite.com/responder/install.php
Enter your Name, Email, Username, Password and click the “Install” button.
Please DO NOT forget to remove the install.php file after installation.

5) Modify the mail account username/password (main email address for domain*)
in the file robot/imap_globals.php.
Note: For $MailHost, the variable is usually yoursite.com.
If you are unsure of your mail server, please contact your host administrator

6) Add to cron job php responder/robot/check_deliver_broadcast_messages.php once at a minute

7) Add to cron job php responder/robot/check_deliver_followup_messages.php once at one day

8) Add to cron job php responder/robot/check_instant_messages.php once at a minute

If you have ability it would be better to install the check_POP3_mailbox.pl Perl-script.
It has a powerful bounced email manager.

The check_POP3_mailbox.pl requires the Net::POP3, DBI and DBD::mysql modules installed.

You have to edit the variables inside the file:

# pop3 mail server connection parameters
$mailHost = “yourdomain.com”;
$mailUser = “username”;
$mailPassword = “password”;

# Database connection parameters
$dbName = “responder”;
$dbUser = “responder”;
$dbPass = “password”;
$dbHost = “localhost”;

You should upload the check_POP3_mailbox.pl file into cgi-bin folder with ASCII-text ftp-mode
then set permissions (chmod) to 755.
Set the cron job (point 8) as
/usr/bin/perl /absolute-path/cgi-bin/check_POP3_mailbox.pl

*This email address must have the ability to catch all emails received
for that domain that have no address (catch all, default email address)

Running The Software:
Login: http://www.yoursite.com/responder/index.php

Php Pop3 Email Parser

May 6th, 2011 Comments off

I need a php script which will:

1. connect to a pop3 email box.
2. fetch each email and only print the “to” field to the screen.
3. delete each fetched email from pop3.

Thanks.

Need Help Fixing Pop3 Program

October 14th, 2009 Comments off

I have an autoresponder that has stopped working recently and I do not know why. The program checks my gmail account using port 25 although I am not sure about this. After it checks my gmail account, it sends out an automated response to the emails it finds in the inbox. Recently, the autoresponder has stopped sending outgoing responses, and I need someone to fix this problem. I believe the program is written in C/C++ or .NET, but I am not sure about this.

I need this program fixed as soon as possible, preferably within the next day

Email Transder Pop3 To Google

July 31st, 2009 Comments off

We have some pop3 email accounts (6 of them), we want to transfer them to google powered email. So what you need to do, setup all emails on your PC(make sure leave copy online) and then google email uploaded to upload all emails.

Pop3 Autoresponder & Deleter..

June 26th, 2009 Comments off

I need a simple and cronable script that will login to a POP3 email account, send a simple message (maybe from a text file), then delete the email from the inbox.

Pop3 Autoresponder & Deleter..

June 7th, 2009 Comments off

I need a simple & cronable script that will login to a POP3 email account, send a simple message (from a text file), then delete the email.

Complete Website Package

May 10th, 2009 Comments off

My Project
I own a hosting company called Serv4u, I would like a full website designed, along with logo, letter headed paper design.

I would like my site along the lines of this one http://www.one.com/en_GB/;jsessionid=E58CAC6F2B44632F44B4706B6EB2542E
Only my site doesn’t have as many features
I sell three main products,
(1) Domain Names
(2) Web Site Hosting
(3) Webmail & Pop 3 Email Accounts

Domains
I want to create a database so my clients can login to this website to see when their domain name will expire and to be able to pay online,
I want a client to be able to my domain names from my site and pay for them at my prices, I would like an automated system example they client buys from my site, my site buys them from a 3rd party company that I have always used, or I get an email on what domains where ordered and I will buy the domains manually from the 3rd party site.
Web Site Hosting
I only offer one hosting package, its a fixed price my clients pay yearly, Linux server, unlimited web space, 99.9% uptime, 24/7 365 free telephone technical support. I want the client to be able to buy my hosting plan direct from the site; I was existing clients to be able to login to the site and check when their hosting is due to expire
Webmail / Pop3
No matter if my client wants webmail or pop3 mail there is an admin fee for each account created, email accounts are fixed at three prices, (a) 50mb space, (b) 250mb space, (c) unlimited space. There is a catch when supplying pop3 settings to a client, they must have a minimum of 12 months antivirus subscription on the pc or pc’s that’s using the pop3 email account, this is to reduce threat to the client and also help to safeguard the mail server. Serv4u will call to the client’s home/office/workplace and install 12months antivirus at a set fee per pc.

I want a 6 page website
Home Page
Client Login, Webmail Login, 24/7 Live Chat Image hyper linking to my Skype account
Domains
Being able to search and buy domains
Hosting
Being able to buy my hosting plan
E-Mail Accounts
Information, Prices, Terms and conditions, being able to order additional email accounts for new and existing customers

Portfolio (some of our clients)
A page with some thumbnails of client websites that currently use Serv4u for their business website
Contact Us
Our PO Box Address
Contact Number,
Contact Us Script going to our email box.

My terms and condition, I want to make this clear from the beginning I want a full completed website, with exciting fresh logo, I want a company letter head designed to uk A4 page size.
I am clear on what I want, I want you to be also clear on what I want from my website, I am UK PayPal verified and have been since 1998, I will pay in full for the agreed amount once and only when the whole project is completed, do not bid if you do not agree to this, I don’t want any time wasters. If contacting me to offer to do this website I want only 5 urls of your last 5 projects as I may contact the owners for references, if you spam me with some random response you send to all people on this site I will delete the email and the bid.
If this site is completed with in the selected time scale a bonus along will a review will be provided through the SL network.
I am a very busy person, I would like this project started straight away, if you are unable to start straight away do not bid, if you are not able to give a daily update to my project manager then do not bid. You will be working closely with one of my project managers, only when they have reviewed the completed site will I release payment, if you have any questions or require anymore information they will be your first point of content,
Happy Bidding

Email Processing System

April 6th, 2009 Comments off

Please Note
This project has a medium/hard level of difficulty and therefore requires an experienced developer to complete the work. Whilst some projects can be completed by aspiring developers this project requires the attention of a skilled professional. Therefore please do not even bid on this project unless you read the complete brief and understand everything from the outset.
All work will be thoroughly tested and payment will not be released until the system works as specified.
Brief Description:
The requirement is to have an email enquiry management system. The component will be an administrator based Joomla component written in native Joomla 1.5 format. The component is to be written using modern MVC Joomla component methods and delivered as a complete Joomla installable component (e.g. tarball or zip). The component must perform many functions including the reading, validating, reformatting, distribution and management of email enquiries.

The component will need to read emails from pre-defined pop3/imap mailboxes as they arrive or frequently and then process each one.

For each email the following 4 steps should be taken

1. Validation stage 1
2. Reformatting
3. Validation stage 2
4. Distribution

If the process fails at any point, the information should be saved to the DB and marked for manual intervention. If the process fails at any point, an email should also be sent to the administrator’s email address telling them to log in and manage the problem. A user will then log into the admin interface and manually manage any emails that failed the above process.
Interfaces
Apart from the actual processes involved in reading, validating and sending leads, this component requires many interfaces to setup and manage all the records that the system uses in the process. A brief list of interfaces required is listed below: -

Email Processing System

March 16th, 2009 No comments

Please Note
This project has a medium/hard level of difficulty and therefore requires an experienced developer to complete the work. Whilst some projects can be completed by aspiring developers this project requires the attention of a skilled professional. Therefore please do not even bid on this project unless you read the complete brief and understand everything from the outset.
All work will be thoroughly tested and payment will not be released until the system works as specified.
Brief Description:
The requirement is to have an email enquiry management system. The component will be an administrator based Joomla component written in native Joomla 1.5 format. The component is to be written using modern MVC Joomla component methods and delivered as a complete Joomla installable component (e.g. tarball or zip). The component must perform many functions including the reading, validating, reformatting, distribution and management of email enquiries.

The component will need to read emails from pre-defined pop3/imap mailboxes as they arrive or frequently and then process each one.

For each email the following 4 steps should be taken

1. Validation stage 1
2. Reformatting
3. Validation stage 2
4. Distribution

If the process fails at any point, the information should be saved to the DB and marked for manual intervention. If the process fails at any point, an email should also be sent to the administrator’s email address telling them to log in and manage the problem. A user will then log into the admin interface and manually manage any emails that failed the above process.
Interfaces
Apart from the actual processes involved in reading, validating and sending leads, this component requires many interfaces to setup and manage all the records that the system uses in the process. A brief list of interfaces required is listed below: -

Bear