PDA

View Full Version : InfinityScape - Php Mailer



drummernath
10-26-2009, 10:01 AM
http://img.infinityscape.co.uk/phpmailerlogo.png

Hey Indigorose, recently i came across a problem, i was unsure how to send a email from AMS, i tried various scripts and none of them seemed to work for me so i decided to have a go at making my own and php mailer was born, this handy little script allows you to send messages in 3 diffrent ways, these include;


The API

the first way you can send messages is through the scripts api, to do this you simply head on to over to the send.php where your script is located and in the address bar type;[/COLOR]YOURDOMAIN.CO.UK/send.php?to=TO&subject=SUBJECT&message=MESSAGE


The User Interface


http://img.infinityscape.co.uk/app/phpmailer/phpmailer1.png

the second way is through the user interface which is default way when you install Php Mailer, to do this simply point your browser to the place you installed Php Mailer for example; mail.YOURDOMAIN.co.uk then simply fill in the form and hit send.


Through Your Software

the final way is through your own software, to do this all you need to do is this;



to = "somebody@somecompany.co.uk"
subject = "YOUR SUBJECT"
message = "YOUR MESSAGE"

HTTP.Submit("http://mail.YOURDOMAIN.co.uk/send.php", { action="Submit", to=to, subject=subject, message=message }, SUBMITWEB_POST);



if you want to collect your information from input boxes then it will look more like this;



to = Input.GetText("to");
subject = Input.GetText("subject");
message = Input.GetText("message");

HTTP.Submit("http://mail.YOURDOMAIN.co.uk/send.php", { action="Submit", to=to, subject=subject, message=message }, SUBMITWEB_POST);



or you can just wrap the variables directly in quotes



HTTP.Submit("http://mail.YOURDOMAIN.co.uk/send.php", { action="Submit", to="to", subject="subject", message="message" }, SUBMITWEB_POST);



Sending The Email

after you have sent the email if was sucessful then you will be greeted with a page such as the following;


http://img.infinityscape.co.uk/app/phpmailer/phpmailer2.png

this will show you if the message send, and information about the message you sent, if the message failed to send then depending on the reason you will be notified


Invalid Email Address - the email address entered is invalid
Message Failed To Send, Please Try Again - no fields were filled in


Setting Up Php Mailer

in send.php you can change various settings, such as the following;



$to = $_REQUEST['to'] ;
[COLOR="YellowGreen"]$from = "noreply@infinityscape.co.uk" ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
$messagebreak = wordwrap($message, 55, "<br />", true);



Downloading Php Mailer

ok heres the good bit, the download, Php Mailer is FREE and you can grab your copy here;


Download Now (http://dl.infinityscape.co.uk/dl.php?filename=phpmailer.zip)
Price: FREE | Version: 1.0.0.0 | Filesize: 19.46KB


Please leave me a comment and let me know what you think,

thanks,

InfinityScape Team

drummernath
10-26-2009, 10:31 AM
Online Demo (http://mail.infinityscape.co.uk)
Online Demo Of Php Mailer


InfinityScape Team

rexzooly
10-26-2009, 11:32 AM
Looks nice :yes Well done, told you php is easyer then you thought.

drummernath
10-26-2009, 04:00 PM
http://img.infinityscape.co.uk/phpmailerlogo.png

Php Mailer 1.1.0.0




cleaned up the files in to directorys
added options when message created
message is now viewable through lightbox rather than in the page
fixed minor bugs




Download Now (http://dl.infinityscape.co.uk/dl.php?filename=phpmailer.zip)
Price: FREE | Version: 1.1.0.0 | Filesize: 64.47KB

drummernath
10-27-2009, 12:09 AM
http://img.infinityscape.co.uk/phpmailerlogo.png

Php Mailer 1.2.0.0




fixed more bugs
added a new desktop client




Desktop Client

http://img.infinityscape.co.uk/app/phpmailer/phpmailer3.png



Download Now (http://dl.infinityscape.co.uk/dl.php?filename=phpmailer.zip)
Price: FREE | Version: 1.2.0.0 | Filesize: 2.04MB

drummernath
10-27-2009, 12:23 AM
http://img.infinityscape.co.uk/phpmailerlogo.png

Php Mailer Desktop Client



Download Now (http://dl.infinityscape.co.uk/dl.php?filename=phpmailer.exe)
Price: FREE | Version: 0.5.0.0 | Filesize: 2.13MB

jassing
10-27-2009, 12:40 AM
Going backwards in versions? (Oh, I see that it's "DESKTOP CLIENT").. Sorry -- but,
version 0.5.0.0 is an exe which does not open fine.

rexzooly
10-27-2009, 06:27 AM
Going backwards in versions? (Oh, I see that it's "DESKTOP CLIENT").. Sorry -- but,
version 0.5.0.0 is an exe which does not open fine.

Try downloading it again? opened ok for me

drummernath
10-28-2009, 06:21 PM
Custom Solutions

hey i have decided to make custom versions of php mailer to match your requirements, i will create them to the exact requirements for your comapny. email me or pm me for more information


no branding
custom style to match your companys image
secure email client in desktop and online versions
much more


contact me if you are interested;

InfinityScape Team

rexzooly
10-29-2009, 01:14 PM
Sorry but the php file i just remade for this is given to you for free and will also be oddered here with the call back functions for free also AMS is not a place to self do it for you work when people just need a push forward.

PHPMailer Mini Will be free by me But the InfinitryScape will be in the branding.
The app you showed me is the one you really need to do alot of work on now thats something you have worth to sell.

Sakuya
10-29-2009, 01:18 PM
Sorry but the php file i just remade for this is given to you for free and will also be oddered here with the call back functions for free also AMS is not a place to self do it for you work when people just need a push forward.

PHPMailer Mini Will be free by me But the InfinitryScape will be in the branding.
The app you showed me is the one you really need to do alot of work on now thats something you have worth to sell.

Can you really sell a PHP mail() wrapper these days?

rexzooly
10-29-2009, 01:24 PM
Can you really sell a PHP mail() wrapper these days?

If the company really wants be that lazy lol

drummernath
10-29-2009, 02:12 PM
it was a idea, thats all nothing more and i didnt say i would charge people because i really love helping people out

rexzooly
10-29-2009, 02:20 PM
it was a idea, thats all nothing more and i didnt say i would charge people because i really love helping people out

Ok, like i said your other idea as more future then a mailer. :yes

DaSoulRed
10-30-2009, 09:52 AM
Nice to hear from you again...

I see you are a busy person, now u are doing bussines inside the forums, that will add and issue to your interesting personality...

Well i Wish you luck...