Firstly what a great component, very happy
1. I have created a custom message which includes URLs' and an image although when I sedn a test mail, these dont work and the code seems to get messed up IE the backslashes are back to front ?
before
Code:
<p><a href="http://www.discussuc.com"><img src="http://www.discussuc.com/images/stories/DUClogoDocman.jpg" /></a></p>
<p>You have been invited to join the fastest growing Unified Communications discussion forum, <a target="_blank" href="http://www.discussuc.com">www.discussUC.com</a>.</p>
<p>discussUC is the only global forum that covers all elements of the Unified Communications Industry.</p>
<p>You have most likely been invited by one of your peers that feels that the topics discussed within this forum is of interest to you and your company.</p>
<p>We look forward to you joining <a href="http://www.discussuc.com">discussUC</a> and hope that you find the site of interest and hope to see you online soon.</p>
<p> </p>
<p>Regards</p>
<p>Dean Howarth</p>
<p>Site Administrator</p>
<p> </p>
after message is sent
Code:
Hi dean@c2canalysis.com,<br/>Hi Tom,<br/><br/>a href=\<br/><br/><p><a href=\"http://www.discussuc.com\"><img src=\"http://www.discussuc.com/images/stories/DUClogoDocman.jpg\" /></a></p>
<p>You have been invited to join the fastest growing Unified Communications discussion forum, <a target=\"_blank\" href=\"http://www.discussuc.com\">www.discussUC.com</a>.</p>
<p>discussUC is the only global forum that covers all elements of the Unified Communications Industry.</p>
<p>You have most likely been invited by one of your peers that feels that the topics discussed within this forum is of interest to you and your company.</p>
<p>We look forward to you joining <a href=\"http://www.discussuc.com\">discussUC</a> and hope that you find the site of interest and hope to see you online soon.</p>
<p> </p>
<p>Regards</p>
<p>Dean Howarth</p>
<p>Site Administrator</p>
<p> </p>
I have removed the images and code that are not necessary for my forum.
Will be fixed in the next release.2. Is there a way to have LinkedIn, automatically selected in the Service provider box as a default ?
Simply edit the option code to :-Code:
<option value='linkedin' selected="selected">
3. Can the email be sent in HTML?
Working on it.4. I am using SMTP for my sites mail setting will this have any impact ?
Should work perfectly.I think that's it I look forward to your help