Jump to content

connet my app to email software


guyute

Recommended Posts

I currenty have a MySQL/PHP application that I developed that has a few thousand records of contacts and displays them in a table.  In each row of contacts is a checkbox that allows the user to select a contact for processing.  At the bottom of the table is a pulldown list that offers different batch processes that can be run on the selected contacts. 

I would like one of the processes to be the sending of an email to a selected contact.  I would like to be able to choose the contacts and have their email addresses pre-populated in a email client and then be able to write the email.  I would like to have the features of an email client (spell checking, formatting, etc.)  I thought of doing it with a mailto function but it doesn't seem to work with many email recipients.  I thought of creating a text box for the composition of the email and then use a server side call to send the email but that does not provide the spell checking or formatting I desire.  I thought of connecting my app to an out-of-the box bulk email software but I haven't found one that I can connect to my app.

Does anyone have any ideas on how I can do this?

Thanks.
Link to comment
Share on other sites

as for integrating directly with an email client, i'm not totally sure - i'm sure that mailto can take more parameters, but cant for the life of me remember as i dont use it much.

however - have a look at pspell functions (http://uk2.php.net/pspell, tinymce (http://tinymce.moxiecode.com/) and phpmailer (http://phpmailer.sourceforge.net/) are all relatively straightforward to set up if you wish to create something fairly simple.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.