![]() |
kujox 11/26/2010 |
hello I have 2 questions: 1/ I need to send an email whitin phprunner, so I found in help file a description of how to do it ..BUT The phprunner is installed on the intranet.however mail has to be send to the "real world" and so I have a pop account on a mail serveur dedicated to that. Because of annoying spam system I cant send mail directly from this server. So I need to send mail the same way it's now possible to send registration mail : Providing smtp mail server adresse and account. So how can I use mailrunner to use a specific mail server? 2/ in the mail I want to send I need html : so it's ok there is an example in help file.. but my boss want me to put the compagny logo in the mail ( not as attachment, but in the body of the mail). Any idea how I can do that? I can't put an absolute url to some picture on some host file, no, I need that the file is embedded in the html : like when sending mail with outlook : the picture use in the body mail is embedded.. thnak you for your suggestions.
|
T
|
tedwilder author 11/26/2010 |
Hello |
T
|
tedwilder author 11/29/2010 |
ok for those interested phpmailer is installed on any phprunner project under /libs/phpmailer |
![]() |
Sergey Kornilov admin 11/29/2010 |
I'm afraid you overthinking it a bit. Once you entered SMTP server address in PHPRunner mail settings PHPRunner switches to PHPMailer automatically. No manual coding required. |