DiverseFlow
04-09-2005, 07:47 AM
Alright, I'm currently developing a new free image hosting site 'http://axisfoto.com' and the script is pretty much complete (except a few admin backend things). One thing that isn't complete, is the mail function.
The server I am currently on requires SMTP authentication before E-Mails can be sent.
My current function is this;
function email($_TO, $_SUBJECT, $_MESSAGE)
{
$_HEADERS = "From: support@axisfoto.com";
mail($_TO, $_SUBJECT, $_MESSAGE, $_HEADERS);
}
I need that turned into a working function, but, the pages I call the function on, should ONLY have to call email() and ONLY have to use the strings defined in the function (To, Subject, Message).
This isn't very hard PHP work, I will pay $15 USD via PayPal for the job's completion.
Due to the high sensitivity of my script, you will only be given the current function, you must turn that into a fully working SMTP e-mailer, complete with SMTP authentication details (e.g. password, username, host) that I may enter later.
if you KNOW you can do this job and HAVE done one similar before, please reply to this thread and say you can do it, and then E-Mail me at admin@winaxis.com. I dont want 50,000 requests, only respond if you CAN do it, WITHIN 24 hours of the job start, CAN accept PayPal and this CANT be the first time you've done one of these scripts!!!
If you E-Mail me asking 'Can you pay me any way other than PayPal' or 'I haven't done it before, but ...' or 'I can do it, but not within 24 hours' or any sob stories, I wont hear it, $15 is the price, no less, no more.
Please don't look at what i've just said as being very negative or think of me as a person who's hard to work with because what i've said above, however, every time i post a thread for a little bit of PHP work, i get 10 - 20 responses within 5 minutes of people who have never done it before, or try and negotiate when i dont really want to mess around.
The server I am currently on requires SMTP authentication before E-Mails can be sent.
My current function is this;
function email($_TO, $_SUBJECT, $_MESSAGE)
{
$_HEADERS = "From: support@axisfoto.com";
mail($_TO, $_SUBJECT, $_MESSAGE, $_HEADERS);
}
I need that turned into a working function, but, the pages I call the function on, should ONLY have to call email() and ONLY have to use the strings defined in the function (To, Subject, Message).
This isn't very hard PHP work, I will pay $15 USD via PayPal for the job's completion.
Due to the high sensitivity of my script, you will only be given the current function, you must turn that into a fully working SMTP e-mailer, complete with SMTP authentication details (e.g. password, username, host) that I may enter later.
if you KNOW you can do this job and HAVE done one similar before, please reply to this thread and say you can do it, and then E-Mail me at admin@winaxis.com. I dont want 50,000 requests, only respond if you CAN do it, WITHIN 24 hours of the job start, CAN accept PayPal and this CANT be the first time you've done one of these scripts!!!
If you E-Mail me asking 'Can you pay me any way other than PayPal' or 'I haven't done it before, but ...' or 'I can do it, but not within 24 hours' or any sob stories, I wont hear it, $15 is the price, no less, no more.
Please don't look at what i've just said as being very negative or think of me as a person who's hard to work with because what i've said above, however, every time i post a thread for a little bit of PHP work, i get 10 - 20 responses within 5 minutes of people who have never done it before, or try and negotiate when i dont really want to mess around.
