Empty e-mail from the mail system.

Users sometimes get a blank e-mail from the mail system. I think this may be related to the acceptance of invitations to friends. Does anyone have this problem too?

Quote · 17 Aug 2010

I'm sure. When someone accepts my invitation to friends, I get a blank e-mail. It's a bug.

Quote · 8 Sep 2010

YES!!!!

 

We do have the same problem, or better, half the problem.

We have users getting an empty email when a friend request is made but however, the email that says the friend request has been accepted is working fine.

I have no clue what it could be, rather then noticing we have no template for the friend request email. Searching this forum I have found this:

http://www.boonex.com/trac/dolphin/changeset/13278

but it did not help us a lot because we are missing 2 out of the 3 folders mentioned in this link.

Hope you have better luck. Regards,

Sleepless
Quote · 8 Sep 2010

A bit less than 5'000 members here and never seen or heard about any blank email (both friend request/accept)...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 8 Sep 2010

I found this ticket in Timeline: http://www.boonex.com/trac/dolphin/ticket/2151

 

Here are the SQL request to run to install a missing email template (run only the request for the email template that is missing!)

 

INSERT INTO `sys_email_templates` VALUES(54, 't_FriendRequest', 'Friend request', '<html>rn<body style="font: 12px Verdana; color:#000000">rn    <p><b>Dear <Recipient></b>,</p>rn    <br />rn    <p><a href="<SenderLink>"><Sender></a> is inviting you to be friends. To accept/reject his/her invitation please rn    follow this <a href="<RequestLink>">link</a></p>rn    <br /> rn    <p><b>Thank you for using our services!</b></p> rn    <p>--</p>rn    <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! rn    <br />Auto-generated e-mail, please, do not reply!!!</p>rn</html>', 'Friend request message', 0);


INSERT INTO `sys_email_templates` VALUES(55, 't_FriendRequestAccepted', 'Friend request was accepted', '<html>rn<body style="font: 12px Verdana; color:#000000">rn    <p><b>Dear <Recipient></b>,</p>rn    <br />rn    <p><a href="<SenderLink>"><Sender></a> accepted your friend request.</p>rn    <br /> rn    <p><b>Thank you for using our services!</b></p> rn    <p>--</p>rn    <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! rn    <br />Auto-generated e-mail, please, do not reply!!!</p>rn</html>', 'Friend accepted request message', 0);

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 8 Sep 2010

Merci MichelSwiss!

Will try that...and you are right, I have never seen this problem posted here before, that is why I opened the ticket....

 

 

Sleepless
Quote · 8 Sep 2010

@ francisca_carv

You are welcome :-) Hope that will help you to solve this problem ;-)

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 8 Sep 2010

uppsss....we already have a "54  t_sbsAdsComments"....

Sleepless
Quote · 8 Sep 2010

Ok, stupid me...we replaced number for another one and now it is working fine!!!! One down, still some more to go...step by step...lol

Thanks a lot MichelSwiss!!

Sleepless
Quote · 8 Sep 2010

 

I found this ticket in Timeline: http://www.boonex.com/trac/dolphin/ticket/2151

 

Here are the SQL request to run to install a missing email template (run only the request for the email template that is missing!)

 

INSERT INTO `sys_email_templates` VALUES(54, 't_FriendRequest', 'Friend request', '<html>rn<body style="font: 12px Verdana; color:#000000">rn    <p><b>Dear <Recipient></b>,</p>rn    <br />rn    <p><a href="<SenderLink>"><Sender></a> is inviting you to be friends. To accept/reject his/her invitation please rn    follow this <a href="<RequestLink>">link</a></p>rn    <br /> rn    <p><b>Thank you for using our services!</b></p> rn    <p>--</p>rn    <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! rn    <br />Auto-generated e-mail, please, do not reply!!!</p>rn</html>', 'Friend request message', 0);


INSERT INTO `sys_email_templates` VALUES(55, 't_FriendRequestAccepted', 'Friend request was accepted', '<html>rn<body style="font: 12px Verdana; color:#000000">rn    <p><b>Dear <Recipient></b>,</p>rn    <br />rn    <p><a href="<SenderLink>"><Sender></a> accepted your friend request.</p>rn    <br /> rn    <p><b>Thank you for using our services!</b></p> rn    <p>--</p>rn    <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! rn    <br />Auto-generated e-mail, please, do not reply!!!</p>rn</html>', 'Friend accepted request message', 0);

My database:

zrzutekranutj.png

I don't have 't_FriendRequestAccepted'. Can I add this record to another ID?

zrzut_ekranu.png · 18.2K · 187 views
Quote · 18 Sep 2010

Hi there,

@sotwin, yes you can install it, just use a free number from your email temaplates table. We had the same problem, with 54 being "occupied" by other template, and we installed it just by changing to other number we had free, and all is working fine now.

Regards,

 

Sleepless
Quote · 19 Sep 2010

Thank you for your help, now it's OK.

Quote · 28 Dec 2010

I have same problem, member receives a blank or empty email, it happens when a friendship was accepted does anyone know what template can i go in via admin panel and add message to the template?

Everyday is a new beginning.
Quote · 2 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.