Jump to content
UBot Underground

Business Minder

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Business Minder

  • Rank
    Newbie

Contact Methods

  • Website URL
    http://www.businessminder.net
  • Skype
    aaron.lee.bm

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. alexb, the email commands work just fine. I did run into similar issue that you are facing but make sure that you trim your variables before passing to the function. Make sure you $trim all of your values including the username, password...etc. e.g.: set(#RecipientFirstName, $trim($table cell(&Recipients, 0, 0)), "Global") set(#RecipientLastName, $trim($table cell(&Recipients, 0, 1)), "Global") set(#RecipientFullName, $trim($table cell(&Recipients, 0, 2)), "Global") set(#RecipientEmail, $trim($table cell(&Recipients, 0, 3)),
×
×
  • Create New...