| Author |
Message |
Matsaki
Joined: 14 Dec 2006 Posts: 6 Location: Cyprus
|
Posted: Thu Dec 14, 2006 12:47 am Post subject: PHP Emails |
|
|
I know HTML mails but now i want to do them in PHP / HTML for obvious reasons.
But I'm not a PHP guy but I have a tutorial for that part.
But how will I use it in MaxBulk Mailer? Can some one give me some hints what should be where?
• Shall I take off all of MB M headers and use the PHP headers? And if so where?
• What format should I use? "Plain text"?
• Shall I only use the PHP code on the server page?
Please help me getting started guys
(If some one habe a sample of the file on the server and a screenshot of the MB M would be easiest to se I think)
Thanks! |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2372
|
Posted: Thu Dec 14, 2006 5:01 pm Post subject: |
|
|
| PHP is like C but for the web. A page written in PHP needs to be executed in a server so, that page has to be stored and made available on that server. To send such page with MaxBulk Mailer you have to use the 'Web Page' format and use the page URL. |
|
| Back to top |
|
 |
Matsaki
Joined: 14 Dec 2006 Posts: 6 Location: Cyprus
|
Posted: Thu Dec 14, 2006 5:58 pm Post subject: |
|
|
Thank's for the reply!
Considering that the hardest thing with newsletters today is the SPAM filter. Is the "page URL" in that point of view a good thing?
Will this email be readable in webbbroser clients like hotmail and gmail? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2372
|
Posted: Thu Dec 14, 2006 6:09 pm Post subject: |
|
|
| The best is to use standard HTML code however PHP should not be a problem as it uses HTML as well. Spam filters usually look at contents so you just have to avoid using spam-like words. Your message should be readable everywhere as long as the HTML code generated by the PHP engine is standard. |
|
| Back to top |
|
 |
Matsaki
Joined: 14 Dec 2006 Posts: 6 Location: Cyprus
|
Posted: Thu Dec 14, 2006 6:14 pm Post subject: |
|
|
| Why I want to use PHP is because I have been told that that's much better in the point of view that I can use CSS and so on witch hotmail otherwise do not read / accept. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2372
|
Posted: Thu Dec 14, 2006 6:16 pm Post subject: |
|
|
| I don't understand how a programming language can help doing that. I guess you need to use a given PHP code. |
|
| Back to top |
|
 |
|