Welcome, Guest
Username Password: Remember me

Unknown sender
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Unknown sender

Unknown sender 1 year, 5 months ago #516

  • justin
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
How do I add in wire transfer mail (Payment details for your booking) sender. Now is unknown sender.
Last Edit: 1 year, 5 months ago by justin.

Re: Unknown sender 1 year, 4 months ago #519

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Sorry, I don`t really understand what you mean...
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Unknown sender 1 year, 4 months ago #522

  • justin
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
How to configure in plugin wire transfer the mail sender.

Re: Unknown sender 1 year, 4 months ago #523

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
If you look at j00605wire_transfer.class.php, line 75 you`ll see:

if (!jomresMailer( $property_email, $propertyName, $guestEmail, $emailTitle, $text,$mode=1))

$propertyName is the sender name
$property_emails is the sender email

You can change them to suit your needs.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Unknown sender 1 year, 4 months ago #524

  • justin
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
how & where to enter the senderThis image is hidden for guests. Please log in or register to see it.

Re: Unknown sender 1 year, 4 months ago #526

  • yubi
  • OFFLINE
  • Junior Boarder
  • Posts: 20
hi piranha!

i think what justin is trying to say is that "$property_email" is not showing the property email address in the emails sent to guests, so for example if i make a test booking in the sender it shows only "unknown sender" if i use a google mail account and it shows the property name but no email address if i use my desktop application [Mail for Mac]...

justin, by now what i did was the following [in the file and line pointed by piranha]:
if (!jomresMailer( " This email address is being protected from spambots. You need JavaScript enabled to view it. " /*$propertyEmail*/, "mysitename" /*$propertyName*/, $guestEmail, $emailTitle, $text,$mode=1))

i commented $propertyEmail and added the address that i wanted, it works for me because i want the same address [site address] for all the properties, and did the same for $propertyName because i wanted to be the site name instead of property name... maybe is not the best way but that's how i got it


greetings,

...
yubi

Re: Unknown sender 1 year, 4 months ago #534

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Yes I think you`re right...in j00605wire_transfer.class.php, where you see:

if (!jomresMailer( $property_email, $propertyName, $guestEmail, $emailTitle, $text,$mode=1))

replace

$property_email

with

$propertyEmail

Let me know how it goes.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Unknown sender 1 year, 3 months ago #582

  • yubi
  • OFFLINE
  • Junior Boarder
  • Posts: 20
hi piranha!

I'm trying with $propertyEmail as you said but i'm still getting the "unknown sender" :/

don't know if maybe it has something to do with this line [51]:

$propertyName=$propertyContactArray[0];
$propertyEmail=$propertyAddyArray[2];


please, what else should we try?

thanks!

Re: Unknown sender 1 year, 3 months ago #583

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Please undo all changes I mentioned above (if you made any) and do this one:

Change:

$propertyEmail=$propertyAddyArray[2];

to:

$property_email=$propertyAddressArray[2];

Let me know how it goes. i think sometime at the end of next week I`ll release an updated version that fill include a fix for this too.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Unknown sender 1 year, 3 months ago #591

  • yubi
  • OFFLINE
  • Junior Boarder
  • Posts: 20
hi!

is still showing "unknown sender" :/

i replaced:
$propertyEmail=$propertyAddyArray[2];

by:
$property_email=$propertyAddressArray[2];

and left:
if (!jomresMailer( $property_email, $propertyName, $guestEmail, $emailTitle, $text,$mode=1))




thanks!
  • Page:
  • 1
  • 2
Time to create page: 1.24 seconds