[Job] php email project

Looking to hire a PHP developer for a paid position? Looking for a paid PHP job? Want to post your resume? Let the job hunt begin...

Moderator: General Moderators

Post Reply
robert4442
Forum Newbie
Posts: 10
Joined: Sat May 25, 2002 3:04 pm
Location: USA

[Job] php email project

Post by robert4442 »

Below is a project that I am working on and need some help on how to finish what needs to be done. I am will to pay for someone to to this provided the cost is not out of site.

Email Project

I need a web project that will allow a person to put information into a form. This info will be their name, email address and address. The first two are not optional like the address. A database needs to be set up that will contain the following tables, Content table, Email table and user table. The content table will have the following fields: email subject, email content, and page content. The email table will have the following fields: email address, title, and name. The user table will contain user name and password.

The database will be password protected and will allow the owner of this project to go in and add, edit and delete info. The only tables that will have more than one record are the email table which contains all the emails that will be sent when the person submits the emails and the user table.

The following pages are to be built. The email entry page which will contain the form for the user. See http://florida-family.org/send_email_5.php. The edit page which allows the owner to enter info. http://florida-family.org/edit_page.php . the email address edit page which allows the owner to enter info. http://florida-family.org/edit_send_emails_page.php . Finally the registration page which allow the owner to give entry to other people than himself into the pass-worded pages http://florida-family.org/registration.php.
I have built this project and it works fine. What I need to have happen it the emails that are sent have to look like they are sent from the person sending the emails and not the servers domain, I.e., sendername@sendersdomain.com. Now it is going out as sendername@business-net.com. Right now the database it mySQL running on a linux server. The owner wants to have the user sent emails that are pre-worded and have not know that they have been sent to a list (5 or 6) people.
What I need is for some to make it do the last paragraph.

To access the password protected pages please use “project” (without the “”) and 1q2w3e4r as the pass word.

Robert G Alessandrini
Please contact me at laptop@business-net.com
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You can't send from the other person's domain anymore. SPF now prevents that happening to minimize spam. When I say "can't" I just mean that it won't work for a huge portion of people. Even bigs sites like eBay send personal messages from their own domain, but with the user's address set in the Reply-To field.

http://florida-family.org/send_email_5.php. <---- 404 error
I have built this project and it works fine.
In my experience these "already built" projects cost more to work on unless they're very well written and well documented. Is your code documented? :)
The owner wants to have the user sent emails that are pre-worded and have not know that they have been sent to a list (5 or 6) people.
What I need is for some to make it do the last paragraph.
I can't make any sense of this statement. I think I got the first bit in that you don't want every recipient to see the other recipients' addresses or look like a Bcc recipient, but the rest makes no sense. Can you clarify please?

If you can clarify on the points I've asked I'll send you a quote based on an hourly rate of £20/hour ($40USD), time estimated up-front.
Post Reply