Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Sending email via send message web part View modes: 
User avatar
Member
Member
jeff_klesel-yahoo - 6/15/2009 4:38:14 PM
   
Sending email via send message web part
I dropped a send message web part onto a page using the CMS Desk. I have the SMTP Server set to localhost in the Site Manager ->Settings -> Emails and in the send message web part properties I have the recipient set to Global Administrator, who's email has been set to a working email address. Everything else is set to it's defaults and hasn't been changed. My host is DiscountAsp.net and they have already confirmed the smtp service is running and working. The page says that the message has been sent and I do not receive any errors in the event log.

Can someone please help!! I've already spend way too much time on this.

Thanks

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 6/16/2009 4:51:26 AM
   
RE:Sending email via send message web part
Hello,

The Send message web part allows sending messages inside the CMS (Messaging module: http://devnet.kentico.com/docs/devguide/messaging_module_overview.htm)

It is not possible to use this web part for sending of e-mails.

Best regards,
Helena Grulichova

User avatar
Member
Member
jeff_klesel-yahoo - 6/16/2009 11:00:29 AM
   
RE:Sending email via send message web part
Thank you for clarifying that. Can you explain how I would go about creating a custom "Contact Us" form that would send an email via smtp? Would I use the bizform web part?

Thank you

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/21/2009 8:56:31 AM
   
RE:Sending email via send message web part
Hi,

Yes, you can use BizForms. You can send e-mail in OnAfterSave event handler of BizForm. Please see 'Modifying the code of standard web parts' article for more details.

Best Regards,

Martin Dobsicek