mail functions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

mail functions

Schubi
Hi...
 
is there any tutorial or infopage for email functions? (general.properties is configured right i can send mails like Tell-A-Friend)
 
i want to insert 2 features, but i found nothing here or on the ofbiz page.
 
the first is that new user get a confirmation mail with a link in it to activate the acount? or if this is no ootb feature for this? If it is not possible is there a ootb feature that every new person get a welcome mail?
 
second is there a posibility to send a mail/newsletter to every person witch set Allow Solicitation to yes?

thanks for your help....

Schubi
Reply | Threaded
Open this post in threaded view
|

Re: mail functions

Schubi
is there nobody who can help me?? i looked up the ofbiz code and find many parts for EmailAddressVerification but no parameter to activate this function which seems to be already there.

Is there a parameter like it is for mail.notifications.enabled=Y/N or what is to do to activate the EmailAddressVerification? I only want a tip how to do or where to look
Reply | Threaded
Open this post in threaded view
|

Re: mail functions

asdini
Hello Schubi,

Have a look at
Catalog --> Stores --> Click on OFBiz E-Commerce Store [9000] --> Emails Tab.
Have a look at this link as well,
http://www.nabble.com/Catalog----Stores----Emails-td16242443.html#a16246021

Schubi wrote
is there nobody who can help me?? i looked up the ofbiz code and find many parts for EmailAddressVerification but no parameter to activate this function which seems to be already there.

Is there a parameter like it is for mail.notifications.enabled=Y/N or what is to do to activate the EmailAddressVerification? I only want a tip how to do or where to look
Reply | Threaded
Open this post in threaded view
|

Re: mail functions

Schubi
This post was updated on .
thanks for your help so far.... but there is still a smal problem

first i set mail.notifications.enable* property to Y in general.properties

then i looked up the catalog the email tabs... the email tabs for tell a friend or Confirmation for an order are working well and reacte on changes in the fields like Subjekt. But Party Registration Confirmation or Party Email Address Verification donĀ“t run?

the configuration for Party Registration Confirmation

Body Screen Location component://party/widget/partymgr/EmailPartyScreens.xml#CreatePartyNotification
From Address: dicktestshop@googlemail.com
Subject New Account Created

is there something more to configure? or maybe there is a failure in my thinking?