Re: Script for sending mails
Markus Schuster schrieb:
Hi,
i'm searching a php script which is able to send mails.
It should be able to tune the font size and write a text bold.
Any idears?
You want to send HTML mail; you can find classes for this in several PHP
resource collections. I personnally prefer using PEAR classes for things
like that; it's always worth to explore pear.php.net.
--
Markus
.
Relevant Pages
- Re: Script for sending mails
... i'm searching a php script which is able to send mails. ... It should be able to tune the font size and write a text bold. ... (comp.lang.php) - Re: Random font change when replying to or forwarding mails in Outlook Express
... The weird thing is that this happens even with mails ... I don't have information specific to the issue, but the font size may be ... MS-MVP - Outlook Express ... I am experiencing a rather strange issue with mail in Outlook Express: ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: Random font change when replying to or forwarding mails in Outlook Express
... That's because the original mail probably was Outlook, which has hideous HTML, such as what you posted below. ... The weird thing is that this happens even with mails ... I don't have information specific to the issue, but the font size may be ... I am experiencing a rather strange issue with mail in Outlook Express: ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Random font change when replying to or forwarding mails in Outlook Express
... I am experiencing a rather strange issue with mail in Outlook Express: ... often receive mails which I reply to or forward. ... or just a few characters. ... the field to ignore font sizes on webpages, ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: Automated tasks
... You could run a PHP script from a cron task and verify if there are ... mails to be sent. ... It wouldn't be sent at the exact second but I do think ... > I have an auction site running. ... (comp.lang.php) |
|