Jump to content

Recommended Posts

I believe it is possible.  Try googling for "multipart mime" and see what you come up with.  As an alternative, you could try sending an email in html format and embedding a link to a remotely hosted SWF file, this would reduce bandwidth on the positive side, but would mean when people are offline they wouldn't be able to view it.  Having said that, in the day and age of broadband, those who download mail for viewing offline are decreasing in size :)

Regards
Huggie
Link to comment
https://forums.phpfreaks.com/topic/26300-flash-mail-solved/#findComment-120258
Share on other sites

[quote author=HuggieBear link=topic=113981.msg463555#msg463555 date=1162811176]
I believe it is possible.  Try googling for "multipart mime" and see what you come up with.  As an alternative, you could try sending an email in html format and embedding a link to a remotely hosted SWF file, this would reduce bandwidth on the positive side, but would mean when people are offline they wouldn't be able to view it.  Having said that, in the day and age of broadband, those who download mail for viewing offline are decreasing in size :)

Regards
Huggie
[/quote]

Thanks Huggie,
First of all I am trying to find some material about sending HTML mails. I can't figure out how can I send HTML mail for yahoo or gmail etc...

Regards,
George
Link to comment
https://forums.phpfreaks.com/topic/26300-flash-mail-solved/#findComment-120262
Share on other sites


See this for an example for HTMl mailer.

<A HREF="mailto:mailaddress@web.com">Send me an
email</A>

When you click on the above link, your default email client will be launched (if you've configured one). You'll notice that the Subject and Body fields of the email message are empty.

With mailto, you can include a default subject and body for your emails and make it look a little more professional. Not only that, you save your visitors some typing.

<A HREF="mailto:address@web.com?subject=Testing Mail&body=The Tips and Tricks section is
great">Send me an email</A>


Regards,
Joshi.


Link to comment
https://forums.phpfreaks.com/topic/26300-flash-mail-solved/#findComment-120888
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.